#7F7D04

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

Shades of Olive #7F7D04

Tints of Olive #7F7D04

Color information

#7F7D04 (or 0x7F7D04) is unknown color: approx Olive. HEX triplet: 7F, 7D and 04. RGB value is (127,125,4). Sum of RGB (Red+Green+Blue) = 127+125+4=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7D04 is #8082FB. Grayscale: #707070. Windows color (decimal): -8422140 or 294271. OLE color: 294271.

HSL color Cylindrical-coordinate representation of color #7F7D04: hue angle of 59.02º 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 #7F7D04 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB1271254-
CMYK00.020.970.50
HSL59.02º93.89%25.69%-
HSV(B)59.02º96.85%49.8%-
XYZ16.1119.192.97-
YUV111.867.16138.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.61%
GREEN value IS 125 (49.22% from 255) = 48.83%
BLUE value IS 4 (1.95% from 255) = 1.56%
R=49.61%
G=48.83%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127125400.020.970.5059.0293.8925.69
Hex7F7D40261323b5e1a
Octal177175402141627313632
Binary111111111111011000101100001110010111011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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