#7CA507

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

Shades of Christi #7CA507

Tints of Christi #7CA507

Color information

#7CA507 (or 0x7CA507) is unknown color: approx Christi. HEX triplet: 7C, A5 and 07. RGB value is (124,165,7). Sum of RGB (Red+Green+Blue) = 124+165+7=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 165 (64.84% from 255 or 55.74% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA507 is #835AF8. Grayscale: #878787. Windows color (decimal): -8608505 or 501116. OLE color: 501116.

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

Color convert

RGB1241657-
CMYK0.2500.960.35
HSL75.57º91.86%33.73%-
HSV(B)75.57º95.76%64.71%-
XYZ21.8131.215.08-
YUV134.7355.92120.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.89%
GREEN value IS 165 (64.84% from 255) = 55.74%
BLUE value IS 7 (3.12% from 255) = 2.36%
R=41.89%
G=55.74%
B=2.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12416570.2500.960.3575.5791.8633.73
Hex7CA5719060234c5c22
Octal17424573101404311413442
Binary111110010100101111110010110000010001110011001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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