#7F850E

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

Shades of Olive #7F850E

Tints of Olive #7F850E

Color information

#7F850E (or 0x7F850E) is unknown color: approx Olive. HEX triplet: 7F, 85 and 0E. RGB value is (127,133,14). Sum of RGB (Red+Green+Blue) = 127+133+14=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #7F850E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F850E is #807AF1. Grayscale: #767676. Windows color (decimal): -8420082 or 951679. OLE color: 951679.

HSL color Cylindrical-coordinate representation of color #7F850E: hue angle of 63.03º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F850E is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB12713314-
CMYK0.0500.890.48
HSL63.03º80.95%28.82%-
HSV(B)63.03º89.47%52.16%-
XYZ17.2221.323.62-
YUV117.6469.51134.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.35%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 14 (5.86% from 255) = 5.11%
R=46.35%
G=48.54%
B=5.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127133140.0500.890.4863.0380.9528.82
Hex7F85E5059303f511d
Octal1772051650131607712135
Binary111111110000101111010101011001110000111111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F850E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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