#6CA712

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

Shades of Christi #6CA712

Tints of Christi #6CA712

Color information

#6CA712 (or 0x6CA712) is unknown color: approx Christi. HEX triplet: 6C, A7 and 12. RGB value is (108,167,18). Sum of RGB (Red+Green+Blue) = 108+167+18=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 167 (65.62% from 255 or 57.00% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 167 - color contains mainly: green. Hex color #6CA712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA712 is #9358ED. Grayscale: #848484. Windows color (decimal): -9656558 or 1222508. OLE color: 1222508.

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

Color convert

RGB10816718-
CMYK0.3500.890.35
HSL83.76º80.54%36.27%-
HSV(B)83.76º89.22%65.49%-
XYZ20.1130.875.47-
YUV132.3763.45110.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.86%
GREEN value IS 167 (65.62% from 255) = 57.00%
BLUE value IS 18 (7.42% from 255) = 6.14%
R=36.86%
G=57.00%
B=6.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108167180.3500.890.3583.7680.5436.27
Hex6CA7122305923545124
Octal154247224301314312412144
Binary110110010100111100101000110101100110001110101001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,167,18); }

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

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

 a { background-color: rgb(108,167,18); }

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

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

 span { border-color: rgb(108,167,18); }

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