#7F7813

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

Shades of Olive #7F7813

Tints of Olive #7F7813

Color information

#7F7813 (or 0x7F7813) is unknown color: approx Olive. HEX triplet: 7F, 78 and 13. RGB value is (127,120,19). Sum of RGB (Red+Green+Blue) = 127+120+19=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7813 is #8087EC. Grayscale: #6E6E6E. Windows color (decimal): -8423405 or 1276031. OLE color: 1276031.

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

Color convert

RGB12712019-
CMYK00.060.850.50
HSL56.11º73.97%28.63%-
HSV(B)56.11º85.04%49.8%-
XYZ15.5917.993.27-
YUV110.5876.32139.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.74%
GREEN value IS 120 (47.27% from 255) = 45.11%
BLUE value IS 19 (7.81% from 255) = 7.14%
R=47.74%
G=45.11%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271201900.060.850.5056.1173.9728.63
Hex7F7813065532384a1d
Octal1771702306125627011235
Binary111111111110001001101101010101110010111000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,120,19); }

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

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

 a { background-color: rgb(127,120,19); }

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

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

 span { border-color: rgb(127,120,19); }

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