#6CB213

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

Shades of Christi #6CB213

Tints of Christi #6CB213

Color information

#6CB213 (or 0x6CB213) is unknown color: approx Christi. HEX triplet: 6C, B2 and 13. RGB value is (108,178,19). Sum of RGB (Red+Green+Blue) = 108+178+19=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 178 (69.92% from 255 or 58.36% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 178 - color contains mainly: green. Hex color #6CB213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CB213 is #934DEC. Grayscale: #8B8B8B. Windows color (decimal): -9653741 or 1290860. OLE color: 1290860.

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

Color convert

RGB10817819-
CMYK0.3900.890.30
HSL86.42º80.71%38.63%-
HSV(B)86.42º89.33%69.8%-
XYZ22.2235.086.22-
YUV138.9460.31105.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.41%
GREEN value IS 178 (69.92% from 255) = 58.36%
BLUE value IS 19 (7.81% from 255) = 6.23%
R=35.41%
G=58.36%
B=6.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal108178190.3900.890.3086.4280.7138.63
Hex6CB213270591E565127
Octal154262234701313612612147
Binary11011001011001010011100111010110011111010101101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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