#7F770E

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

Shades of Olive #7F770E

Tints of Olive #7F770E

Color information

#7F770E (or 0x7F770E) is unknown color: approx Olive. HEX triplet: 7F, 77 and 0E. RGB value is (127,119,14). Sum of RGB (Red+Green+Blue) = 127+119+14=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F770E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F770E is #8088F1. Grayscale: #6D6D6D. Windows color (decimal): -8423666 or 948095. OLE color: 948095.

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

Color convert

RGB12711914-
CMYK00.060.890.50
HSL55.75º80.14%27.65%-
HSV(B)55.75º88.98%49.8%-
XYZ15.4317.743.03-
YUV109.4274.15140.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.85%
GREEN value IS 119 (46.88% from 255) = 45.77%
BLUE value IS 14 (5.86% from 255) = 5.38%
R=48.85%
G=45.77%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271191400.060.890.5055.7580.1427.65
Hex7F77E06593238501c
Octal1771671606131627012034
Binary11111111110111111001101011001110010111000101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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