#6CB20D

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

Shades of Christi #6CB20D

Tints of Christi #6CB20D

Color information

#6CB20D (or 0x6CB20D) is unknown color: approx Christi. HEX triplet: 6C, B2 and 0D. RGB value is (108,178,13). Sum of RGB (Red+Green+Blue) = 108+178+13=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #6CB20D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CB20D is #934DF2. Grayscale: #8A8A8A. Windows color (decimal): -9653747 or 897644. OLE color: 897644.

HSL color Cylindrical-coordinate representation of color #6CB20D: hue angle of 85.45º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CB20D is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB10817813-
CMYK0.3900.930.30
HSL85.45º86.39%37.45%-
HSV(B)85.45º92.7%69.8%-
XYZ22.1835.065.98-
YUV138.2657.31106.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.12%
GREEN value IS 178 (69.92% from 255) = 59.53%
BLUE value IS 13 (5.47% from 255) = 4.35%
R=36.12%
G=59.53%
B=4.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal108178130.3900.930.3085.4586.3937.45
Hex6CB2D2705D1E555625
Octal154262154701353612512645
Binary1101100101100101101100111010111011111010101011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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