#6AB512

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

Shades of Christi #6AB512

Tints of Christi #6AB512

Color information

#6AB512 (or 0x6AB512) is unknown color: approx Christi. HEX triplet: 6A, B5 and 12. RGB value is (106,181,18). Sum of RGB (Red+Green+Blue) = 106+181+18=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 181 (71.09% from 255 or 59.34% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 181 - color contains mainly: green. Hex color #6AB512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB512 is #954AED. Grayscale: #8C8C8C. Windows color (decimal): -9784046 or 1226090. OLE color: 1226090.

HSL color Cylindrical-coordinate representation of color #6AB512: hue angle of 87.61º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6AB512 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB10618118-
CMYK0.4100.900.29
HSL87.61º81.91%39.02%-
HSV(B)87.61º90.06%70.98%-
XYZ22.5836.166.36-
YUV139.9959.15103.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.75%
GREEN value IS 181 (71.09% from 255) = 59.34%
BLUE value IS 18 (7.42% from 255) = 5.90%
R=34.75%
G=59.34%
B=5.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal106181180.4100.900.2987.6181.9139.02
Hex6AB5122905A1D585227
Octal152265225101323513012247
Binary11010101011010110010101001010110101110110110001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,181,18); }

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

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

 a { background-color: rgb(106,181,18); }

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

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

 span { border-color: rgb(106,181,18); }

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