#6CA224

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

Shades of Christi #6CA224

Tints of Christi #6CA224

Color information

#6CA224 (or 0x6CA224) is unknown color: approx Christi. HEX triplet: 6C, A2 and 24. RGB value is (108,162,36). Sum of RGB (Red+Green+Blue) = 108+162+36=306 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.29% from 306); Green value is 162 (63.67% from 255 or 52.94% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA224 is #935DDB. Grayscale: #838383. Windows color (decimal): -9657820 or 2400876. OLE color: 2400876.

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

Color convert

RGB10816236-
CMYK0.3300.780.36
HSL85.71º63.64%38.82%-
HSV(B)85.71º77.78%63.53%-
XYZ19.4229.166.27-
YUV131.4974.11111.25-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.29%
GREEN value IS 162 (63.67% from 255) = 52.94%
BLUE value IS 36 (14.45% from 255) = 11.76%
R=35.29%
G=52.94%
B=11.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108162360.3300.780.3685.7163.6438.82
Hex6CA2242104E24564027
Octal154242444101164412610047
Binary1101100101000101001001000010100111010010010101101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,162,36); }

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

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

 a { background-color: rgb(108,162,36); }

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

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

 span { border-color: rgb(108,162,36); }

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