#7F720D

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

Shades of Olive #7F720D

Tints of Olive #7F720D

Color information

#7F720D (or 0x7F720D) is unknown color: approx Olive. HEX triplet: 7F, 72 and 0D. RGB value is (127,114,13). Sum of RGB (Red+Green+Blue) = 127+114+13=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F720D is #808DF2. Grayscale: #6A6A6A. Windows color (decimal): -8424947 or 881279. OLE color: 881279.

HSL color Cylindrical-coordinate representation of color #7F720D: hue angle of 53.16º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F720D is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB12711413-
CMYK00.100.900.50
HSL53.16º81.43%27.45%-
HSV(B)53.16º89.76%49.8%-
XYZ14.8416.582.8-
YUV106.3775.31142.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 13 (5.47% from 255) = 5.12%
R=50%
G=44.88%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271141300.100.900.5053.1681.4327.45
Hex7F72D0A5A3235511b
Octal17716215012132626512133
Binary111111111100101101010101011010110010110101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,114,13); }

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

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

 a { background-color: rgb(127,114,13); }

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

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

 span { border-color: rgb(127,114,13); }

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