#6CA425

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

Shades of Christi #6CA425

Tints of Christi #6CA425

Color information

#6CA425 (or 0x6CA425) is unknown color: approx Christi. HEX triplet: 6C, A4 and 25. RGB value is (108,164,37). Sum of RGB (Red+Green+Blue) = 108+164+37=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 164 (64.45% from 255 or 53.07% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA425 is #935BDA. Grayscale: #858585. Windows color (decimal): -9657307 or 2466924. OLE color: 2466924.

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

Color convert

RGB10816437-
CMYK0.3400.770.36
HSL86.46º63.18%39.41%-
HSV(B)86.46º77.44%64.31%-
XYZ19.7929.876.47-
YUV132.7873.95110.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.95%
GREEN value IS 164 (64.45% from 255) = 53.07%
BLUE value IS 37 (14.84% from 255) = 11.97%
R=34.95%
G=53.07%
B=11.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108164370.3400.770.3686.4663.1839.41
Hex6CA4252204D24563f27
Octal15424445420115441267747
Binary110110010100100100101100010010011011001001010110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,164,37); }

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

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

 a { background-color: rgb(108,164,37); }

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

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

 span { border-color: rgb(108,164,37); }

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