#7F7601

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

Shades of Olive #7F7601

Tints of Olive #7F7601

Color information

#7F7601 (or 0x7F7601) is unknown color: approx Olive. HEX triplet: 7F, 76 and 01. RGB value is (127,118,1). Sum of RGB (Red+Green+Blue) = 127+118+1=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7601 is #8089FE. Grayscale: #6B6B6B. Windows color (decimal): -8423935 or 95871. OLE color: 95871.

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

Color convert

RGB1271181-
CMYK00.070.990.50
HSL55.71º98.44%25.1%-
HSV(B)55.71º99.21%49.8%-
XYZ15.2417.472.6-
YUV107.3567.98142.01-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.63%
GREEN value IS 118 (46.48% from 255) = 47.97%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=51.63%
G=47.97%
B=0.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127118100.070.990.5055.7198.4425.1
Hex7F761076332386219
Octal177166107143627014231
Binary11111111110110101111100011110010111000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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