#7F8404

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

Shades of Olive #7F8404

Tints of Olive #7F8404

Color information

#7F8404 (or 0x7F8404) is unknown color: approx Olive. HEX triplet: 7F, 84 and 04. RGB value is (127,132,4). Sum of RGB (Red+Green+Blue) = 127+132+4=263 (34% of max value = 765). Red value is 127 (50% from 255 or 48.29% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #7F8404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8404 is #807BFB. Grayscale: #747474. Windows color (decimal): -8420348 or 296063. OLE color: 296063.

HSL color Cylindrical-coordinate representation of color #7F8404: hue angle of 62.34º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F8404 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB1271324-
CMYK0.0400.970.48
HSL62.34º94.12%26.67%-
HSV(B)62.34º96.97%51.76%-
XYZ17.0321.023.28-
YUV115.9164.84135.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.29%
GREEN value IS 132 (51.95% from 255) = 50.19%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=48.29%
G=50.19%
B=1.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12713240.0400.970.4862.3494.1226.67
Hex7F8444061303e5e1b
Octal177204440141607613633
Binary11111111000010010010001100001110000111110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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