#7CA50C

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

Shades of Christi #7CA50C

Tints of Christi #7CA50C

Color information

#7CA50C (or 0x7CA50C) is unknown color: approx Christi. HEX triplet: 7C, A5 and 0C. RGB value is (124,165,12). Sum of RGB (Red+Green+Blue) = 124+165+12=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA50C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA50C is #835AF3. Grayscale: #878787. Windows color (decimal): -8608500 or 828796. OLE color: 828796.

HSL color Cylindrical-coordinate representation of color #7CA50C: hue angle of 76.08º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CA50C is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB12416512-
CMYK0.2500.930.35
HSL76.08º86.44%34.71%-
HSV(B)76.08º92.73%64.71%-
XYZ21.8331.225.22-
YUV135.358.42119.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.20%
GREEN value IS 165 (64.84% from 255) = 54.82%
BLUE value IS 12 (5.08% from 255) = 3.99%
R=41.20%
G=54.82%
B=3.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal124165120.2500.930.3576.0886.4434.71
Hex7CA5C1905D234c5623
Octal174245143101354311412643
Binary1111100101001011100110010101110110001110011001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,165,12); }

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

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

 a { background-color: rgb(124,165,12); }

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

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

 span { border-color: rgb(124,165,12); }

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