#6CA00D

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

Shades of Christi #6CA00D

Tints of Christi #6CA00D

Color information

#6CA00D (or 0x6CA00D) is unknown color: approx Christi. HEX triplet: 6C, A0 and 0D. RGB value is (108,160,13). Sum of RGB (Red+Green+Blue) = 108+160+13=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA00D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA00D is #935FF2. Grayscale: #808080. Windows color (decimal): -9658355 or 893036. OLE color: 893036.

HSL color Cylindrical-coordinate representation of color #6CA00D: hue angle of 81.22º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CA00D is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB10816013-
CMYK0.3200.920.37
HSL81.22º84.97%33.92%-
HSV(B)81.22º91.87%62.75%-
XYZ18.8328.364.86-
YUV127.6963.27113.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.43%
GREEN value IS 160 (62.89% from 255) = 56.94%
BLUE value IS 13 (5.47% from 255) = 4.63%
R=38.43%
G=56.94%
B=4.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal108160130.3200.920.3781.2284.9733.92
Hex6CA0D2005C25515522
Octal154240154001344512112542
Binary11011001010000011011000000101110010010110100011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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