#7F7401

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

Shades of Olive #7F7401

Tints of Olive #7F7401

Color information

#7F7401 (or 0x7F7401) is unknown color: approx Olive. HEX triplet: 7F, 74 and 01. RGB value is (127,116,1). Sum of RGB (Red+Green+Blue) = 127+116+1=244 (32% of max value = 765). Red value is 127 (50% from 255 or 52.05% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7401 is #808BFE. Grayscale: #6A6A6A. Windows color (decimal): -8424447 or 95359. OLE color: 95359.

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

Color convert

RGB1271161-
CMYK00.090.990.50
HSL54.76º98.44%25.1%-
HSV(B)54.76º99.21%49.8%-
XYZ15172.52-
YUV106.1868.64142.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.05%
GREEN value IS 116 (45.70% from 255) = 47.54%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=52.05%
G=47.54%
B=0.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127116100.090.990.5054.7698.4425.1
Hex7F741096332376219
Octal1771641011143626714231
Binary111111111101001010011100011110010110111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,116,1); }

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

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

 a { background-color: rgb(127,116,1); }

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

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

 span { border-color: rgb(127,116,1); }

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