#6aab1d

Color #6AAB1D Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6AAB1D

Tints of Christi #6AAB1D

Color information

#6AAB1D (or 0x6AAB1D) is unknown color: approx Christi. HEX triplet: 6A, AB and 1D. RGB value is (106,171,29). Sum of RGB (Red+Green+Blue) = 106+171+29=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAB1D is #9554E2. Grayscale: #878787. Windows color (decimal): -9786595 or 1944426. OLE color: 1944426.

HSL color Cylindrical-coordinate representation of color #6AAB1D: hue angle of 87.46º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6AAB1D is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB10617129-
CMYK0.3800.830.33
HSL87.46º71%39.22%-
HSV(B)87.46º83.04%67.06%-
XYZ20.7332.286.3-
YUV135.3867.97107.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 34.64%
GREEN value IS 171 (67.19% from 255) = 55.88%
BLUE value IS 29 (11.72% from 255) = 9.48%
R=34.64%
G=55.88%
B=9.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106171290.3800.830.3387.467139.22
Hex6AAB1D2605321574727
Octal152253354601234112710747
Binary110101010101011111011001100101001110000110101111000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6aab1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6aab1d; }

 p { color: rgb(106,171,29); }

 H1.HeaderClassName
 {
   color: #6aab1d;
 }
 .AnyTagClassName
 {
   color: #6aab1d;
 }
</style>
background-color css

<style>
 a { background-color: #6aab1d; }

 a { background-color: rgb(106,171,29); }

 div.DivClassName
 {
   background-color: #6aab1d;
 }
 .BgClassName
 {
   background-color: #6aab1d;
 }
</style>
border-color css

<style>
 span { border-color: #6aab1d; }

 span { border-color: rgb(106,171,29); }

 td.TdClassName
 {
   border-color: #6aab1d;
 }
 .TagClassName
 {
   border-color: #6aab1d;
 }
</style>