#72790e

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

Shades of Olive #72790E

Tints of Olive #72790E

Color information

#72790E (or 0x72790E) is unknown color: approx Olive. HEX triplet: 72, 79 and 0E. RGB value is (114,121,14). Sum of RGB (Red+Green+Blue) = 114+121+14=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #72790E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72790E is #8D86F1. Grayscale: #6B6B6B. Windows color (decimal): -9275122 or 948594. OLE color: 948594.

HSL color Cylindrical-coordinate representation of color #72790E: hue angle of 63.93º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72790E is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB11412114-
CMYK0.0600.880.53
HSL63.93º79.26%26.47%-
HSV(B)63.93º88.43%47.45%-
XYZ13.8617.283.02-
YUV106.7175.68133.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 121 (47.66% from 255) = 48.59%
BLUE value IS 14 (5.86% from 255) = 5.62%
R=45.78%
G=48.59%
B=5.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114121140.0600.880.5363.9379.2626.47
Hex7279E605835404f1a
Octal16217116601306510011732
Binary111001011110011110110010110001101011000000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72790e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72790e; }

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

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

<style>
 a { background-color: #72790e; }

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

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

<style>
 span { border-color: #72790e; }

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

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