#72850E

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

Shades of Olive #72850E

Tints of Olive #72850E

Color information

#72850E (or 0x72850E) is unknown color: approx Olive. HEX triplet: 72, 85 and 0E. RGB value is (114,133,14). Sum of RGB (Red+Green+Blue) = 114+133+14=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #72850E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72850E is #8D7AF1. Grayscale: #727272. Windows color (decimal): -9272050 or 951666. OLE color: 951666.

HSL color Cylindrical-coordinate representation of color #72850E: hue angle of 69.58º 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 #72850E is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB11413314-
CMYK0.1400.890.48
HSL69.58º80.95%28.82%-
HSV(B)69.58º89.47%52.16%-
XYZ15.4120.383.54-
YUV113.7571.71128.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 133 (52.34% from 255) = 50.96%
BLUE value IS 14 (5.86% from 255) = 5.36%
R=43.68%
G=50.96%
B=5.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114133140.1400.890.4869.5880.9528.82
Hex7285EE0593046511d
Octal162205161601316010612135
Binary11100101000010111101110010110011100001000110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72850E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72850E; }

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

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

<style>
 a { background-color: #72850E; }

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

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

<style>
 span { border-color: #72850E; }

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

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