#6BAB12

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

Shades of Christi #6BAB12

Tints of Christi #6BAB12

Color information

#6BAB12 (or 0x6BAB12) is unknown color: approx Christi. HEX triplet: 6B, AB and 12. RGB value is (107,171,18). Sum of RGB (Red+Green+Blue) = 107+171+18=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAB12 is #9454ED. Grayscale: #868686. Windows color (decimal): -9721070 or 1223531. OLE color: 1223531.

HSL color Cylindrical-coordinate representation of color #6BAB12: hue angle of 85.1º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6BAB12 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB10717118-
CMYK0.3700.890.33
HSL85.1º80.95%37.06%-
HSV(B)85.1º89.47%67.06%-
XYZ20.7432.35.71-
YUV134.4262.3108.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.15%
GREEN value IS 171 (67.19% from 255) = 57.77%
BLUE value IS 18 (7.42% from 255) = 6.08%
R=36.15%
G=57.77%
B=6.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107171180.3700.890.3385.180.9537.06
Hex6BAB122505921555125
Octal153253224501314112512145
Binary110101110101011100101001010101100110000110101011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,171,18); }

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

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

 a { background-color: rgb(107,171,18); }

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

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

 span { border-color: rgb(107,171,18); }

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