#7F7304

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

Shades of Olive #7F7304

Tints of Olive #7F7304

Color information

#7F7304 (or 0x7F7304) is unknown color: approx Olive. HEX triplet: 7F, 73 and 04. RGB value is (127,115,4). Sum of RGB (Red+Green+Blue) = 127+115+4=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7304 is #808CFB. Grayscale: #6A6A6A. Windows color (decimal): -8424700 or 291711. OLE color: 291711.

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

Color convert

RGB1271154-
CMYK00.090.970.50
HSL54.15º93.89%25.69%-
HSV(B)54.15º96.85%49.8%-
XYZ14.9116.782.57-
YUV105.9370.48143.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.63%
GREEN value IS 115 (45.31% from 255) = 46.75%
BLUE value IS 4 (1.95% from 255) = 1.63%
R=51.63%
G=46.75%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127115400.090.970.5054.1593.8925.69
Hex7F734096132365e1a
Octal1771634011141626613632
Binary11111111110011100010011100001110010110110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,115,4); }

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

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

 a { background-color: rgb(127,115,4); }

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

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

 span { border-color: rgb(127,115,4); }

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