#7C8904

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

Shades of Olive #7C8904

Tints of Olive #7C8904

Color information

#7C8904 (or 0x7C8904) is unknown color: approx Olive. HEX triplet: 7C, 89 and 04. RGB value is (124,137,4). Sum of RGB (Red+Green+Blue) = 124+137+4=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8904 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8904 is #8376FB. Grayscale: #767676. Windows color (decimal): -8615676 or 297340. OLE color: 297340.

HSL color Cylindrical-coordinate representation of color #7C8904: hue angle of 65.86º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C8904 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB1241374-
CMYK0.0900.970.46
HSL65.86º94.33%27.65%-
HSV(B)65.86º97.08%53.73%-
XYZ17.2822.193.49-
YUV117.9563.69132.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.79%
GREEN value IS 137 (53.91% from 255) = 51.70%
BLUE value IS 4 (1.95% from 255) = 1.51%
R=46.79%
G=51.70%
B=1.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12413740.0900.970.4665.8694.3327.65
Hex7C89490612E425e1c
Octal17421141101415610213634
Binary1111100100010011001001011000011011101000010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,137,4); }

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

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

 a { background-color: rgb(124,137,4); }

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

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

 span { border-color: rgb(124,137,4); }

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