#7f7708

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

Shades of Olive #7F7708

Tints of Olive #7F7708

Color information

#7F7708 (or 0x7F7708) is unknown color: approx Olive. HEX triplet: 7F, 77 and 08. RGB value is (127,119,8). Sum of RGB (Red+Green+Blue) = 127+119+8=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7708 is #8088F7. Grayscale: #6D6D6D. Windows color (decimal): -8423672 or 554879. OLE color: 554879.

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

Color convert

RGB1271198-
CMYK00.060.940.50
HSL55.97º88.15%26.47%-
HSV(B)55.97º93.7%49.8%-
XYZ15.3917.722.84-
YUV108.7471.15141.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 8 (3.52% from 255) = 3.15%
R=50%
G=46.85%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127119800.060.940.5055.9788.1526.47
Hex7F778065E3238581a
Octal1771671006136627013032
Binary11111111110111100001101011110110010111000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f7708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,119,8); }

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

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

 a { background-color: rgb(127,119,8); }

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

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

 span { border-color: rgb(127,119,8); }

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