#7CA805

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

Shades of Christi #7CA805

Tints of Christi #7CA805

Color information

#7CA805 (or 0x7CA805) is unknown color: approx Christi. HEX triplet: 7C, A8 and 05. RGB value is (124,168,5). Sum of RGB (Red+Green+Blue) = 124+168+5=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 168 (66.02% from 255 or 56.57% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 168 - color contains mainly: green. Hex color #7CA805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA805 is #8357FA. Grayscale: #888888. Windows color (decimal): -8607739 or 370812. OLE color: 370812.

HSL color Cylindrical-coordinate representation of color #7CA805: hue angle of 76.2º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7CA805 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB1241685-
CMYK0.2600.970.34
HSL76.2º94.22%33.92%-
HSV(B)76.2º97.02%65.88%-
XYZ22.3432.35.2-
YUV136.2653.92119.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.75%
GREEN value IS 168 (66.02% from 255) = 56.57%
BLUE value IS 5 (2.34% from 255) = 1.68%
R=41.75%
G=56.57%
B=1.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal12416850.2600.970.3476.294.2233.92
Hex7CA851A061224c5e22
Octal17425053201414211413642
Binary111110010101000101110100110000110001010011001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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