#72870E

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

Shades of Olive #72870E

Tints of Olive #72870E

Color information

#72870E (or 0x72870E) is unknown color: approx Olive. HEX triplet: 72, 87 and 0E. RGB value is (114,135,14). Sum of RGB (Red+Green+Blue) = 114+135+14=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #72870E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72870E is #8D78F1. Grayscale: #737373. Windows color (decimal): -9271538 or 952178. OLE color: 952178.

HSL color Cylindrical-coordinate representation of color #72870E: hue angle of 70.41º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72870E is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB11413514-
CMYK0.1600.900.47
HSL70.41º81.21%29.22%-
HSV(B)70.41º89.63%52.94%-
XYZ15.6820.943.63-
YUV114.9371.04127.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 135 (53.12% from 255) = 51.33%
BLUE value IS 14 (5.86% from 255) = 5.32%
R=43.35%
G=51.33%
B=5.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114135140.1600.900.4770.4181.2129.22
Hex7287E1005A2F46511d
Octal162207162001325710612135
Binary111001010000111111010000010110101011111000110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72870E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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