#7F770D

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

Shades of Olive #7F770D

Tints of Olive #7F770D

Color information

#7F770D (or 0x7F770D) is unknown color: approx Olive. HEX triplet: 7F, 77 and 0D. RGB value is (127,119,13). Sum of RGB (Red+Green+Blue) = 127+119+13=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F770D is #8088F2. Grayscale: #6D6D6D. Windows color (decimal): -8423667 or 882559. OLE color: 882559.

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

Color convert

RGB12711913-
CMYK00.060.900.50
HSL55.79º81.43%27.45%-
HSV(B)55.79º89.76%49.8%-
XYZ15.4217.732.99-
YUV109.3173.65140.62-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.03%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 13 (5.47% from 255) = 5.02%
R=49.03%
G=45.95%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271191300.060.900.5055.7981.4327.45
Hex7F77D065A3238511b
Octal1771671506132627012133
Binary11111111110111110101101011010110010111000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F770D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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