#6CA80D

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

Shades of Christi #6CA80D

Tints of Christi #6CA80D

Color information

#6CA80D (or 0x6CA80D) is unknown color: approx Christi. HEX triplet: 6C, A8 and 0D. RGB value is (108,168,13). Sum of RGB (Red+Green+Blue) = 108+168+13=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 168 (66.02% from 255 or 58.13% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA80D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA80D is #9357F2. Grayscale: #848484. Windows color (decimal): -9656307 or 895084. OLE color: 895084.

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

Color convert

RGB10816813-
CMYK0.3600.920.34
HSL83.23º85.64%35.49%-
HSV(B)83.23º92.26%65.88%-
XYZ20.2631.225.34-
YUV132.3960.62110.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.37%
GREEN value IS 168 (66.02% from 255) = 58.13%
BLUE value IS 13 (5.47% from 255) = 4.50%
R=37.37%
G=58.13%
B=4.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal108168130.3600.920.3483.2385.6435.49
Hex6CA8D2405C22535623
Octal154250154401344212312643
Binary11011001010100011011001000101110010001010100111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,168,13); }

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

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

 a { background-color: rgb(108,168,13); }

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

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

 span { border-color: rgb(108,168,13); }

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