#72800E

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

Shades of Olive #72800E

Tints of Olive #72800E

Color information

#72800E (or 0x72800E) is unknown color: approx Olive. HEX triplet: 72, 80 and 0E. RGB value is (114,128,14). Sum of RGB (Red+Green+Blue) = 114+128+14=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #72800E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72800E is #8D7FF1. Grayscale: #6F6F6F. Windows color (decimal): -9273330 or 950386. OLE color: 950386.

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

Color convert

RGB11412814-
CMYK0.1100.890.50
HSL67.37º80.28%27.84%-
HSV(B)67.37º89.06%50.2%-
XYZ14.7419.053.32-
YUV110.8273.36130.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 128 (50.39% from 255) = 50%
BLUE value IS 14 (5.86% from 255) = 5.47%
R=44.53%
G=50%
B=5.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114128140.1100.890.5067.3780.2827.84
Hex7280EB0593243501c
Octal162200161301316210312034
Binary11100101000000011101011010110011100101000011101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72800E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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