#7CA205

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

Shades of Christi #7CA205

Tints of Christi #7CA205

Color information

#7CA205 (or 0x7CA205) is unknown color: approx Christi. HEX triplet: 7C, A2 and 05. RGB value is (124,162,5). Sum of RGB (Red+Green+Blue) = 124+162+5=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 162 (63.67% from 255 or 55.67% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA205 is #835DFA. Grayscale: #858585. Windows color (decimal): -8609275 or 369276. OLE color: 369276.

HSL color Cylindrical-coordinate representation of color #7CA205: hue angle of 74.52º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7CA205 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB1241625-
CMYK0.2300.970.36
HSL74.52º94.01%32.75%-
HSV(B)74.52º96.91%63.53%-
XYZ21.2630.144.84-
YUV132.7455.91121.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.61%
GREEN value IS 162 (63.67% from 255) = 55.67%
BLUE value IS 5 (2.34% from 255) = 1.72%
R=42.61%
G=55.67%
B=1.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12416250.2300.970.3674.5294.0132.75
Hex7CA2517061244b5e21
Octal17424252701414411313641
Binary111110010100010101101110110000110010010010111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CA205; }

 p { color: rgb(124,162,5); }

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

<style>
 a { background-color: #7CA205; }

 a { background-color: rgb(124,162,5); }

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

<style>
 span { border-color: #7CA205; }

 span { border-color: rgb(124,162,5); }

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