#6CAA1F

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

Shades of Christi #6CAA1F

Tints of Christi #6CAA1F

Color information

#6CAA1F (or 0x6CAA1F) is unknown color: approx Christi. HEX triplet: 6C, AA and 1F. RGB value is (108,170,31). Sum of RGB (Red+Green+Blue) = 108+170+31=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAA1F is #9355E0. Grayscale: #888888. Windows color (decimal): -9655777 or 2075244. OLE color: 2075244.

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

Color convert

RGB10817031-
CMYK0.3600.820.33
HSL86.76º69.15%39.41%-
HSV(B)86.76º81.76%66.67%-
XYZ20.8132.046.38-
YUV135.6268.96108.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.95%
GREEN value IS 170 (66.80% from 255) = 55.02%
BLUE value IS 31 (12.5% from 255) = 10.03%
R=34.95%
G=55.02%
B=10.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108170310.3600.820.3386.7669.1539.41
Hex6CAA1F2405221574527
Octal154252374401224112710547
Binary110110010101010111111001000101001010000110101111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,170,31); }

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

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

 a { background-color: rgb(108,170,31); }

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

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

 span { border-color: rgb(108,170,31); }

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