#6CA90C

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

Shades of Christi #6CA90C

Tints of Christi #6CA90C

Color information

#6CA90C (or 0x6CA90C) is unknown color: approx Christi. HEX triplet: 6C, A9 and 0C. RGB value is (108,169,12). Sum of RGB (Red+Green+Blue) = 108+169+12=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 169 (66.41% from 255 or 58.48% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA90C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA90C is #9356F3. Grayscale: #858585. Windows color (decimal): -9656052 or 829804. OLE color: 829804.

HSL color Cylindrical-coordinate representation of color #6CA90C: hue angle of 83.31º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CA90C is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB10816912-
CMYK0.3600.930.34
HSL83.31º86.74%35.49%-
HSV(B)83.31º92.9%66.27%-
XYZ20.4431.595.37-
YUV132.8659.79110.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.37%
GREEN value IS 169 (66.41% from 255) = 58.48%
BLUE value IS 12 (5.08% from 255) = 4.15%
R=37.37%
G=58.48%
B=4.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal108169120.3600.930.3483.3186.7435.49
Hex6CA9C2405D22535723
Octal154251144401354212312743
Binary11011001010100111001001000101110110001010100111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,169,12); }

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

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

 a { background-color: rgb(108,169,12); }

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

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

 span { border-color: rgb(108,169,12); }

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