#7C9005

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

Shades of Olive #7C9005

Tints of Olive #7C9005

Color information

#7C9005 (or 0x7C9005) is unknown color: approx Olive. HEX triplet: 7C, 90 and 05. RGB value is (124,144,5). Sum of RGB (Red+Green+Blue) = 124+144+5=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #7C9005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9005 is #836FFA. Grayscale: #7A7A7A. Windows color (decimal): -8613883 or 364668. OLE color: 364668.

HSL color Cylindrical-coordinate representation of color #7C9005: hue angle of 68.63º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C9005 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB1241445-
CMYK0.1400.970.44
HSL68.63º93.29%29.22%-
HSV(B)68.63º96.53%56.47%-
XYZ18.3124.243.86-
YUV122.1761.87129.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.42%
GREEN value IS 144 (56.64% from 255) = 52.75%
BLUE value IS 5 (2.34% from 255) = 1.83%
R=45.42%
G=52.75%
B=1.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12414450.1400.970.4468.6393.2929.22
Hex7C905E0612C455d1d
Octal17422051601415410513535
Binary1111100100100001011110011000011011001000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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