#72760D

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

Shades of Olive #72760D

Tints of Olive #72760D

Color information

#72760D (or 0x72760D) is unknown color: approx Olive. HEX triplet: 72, 76 and 0D. RGB value is (114,118,13). Sum of RGB (Red+Green+Blue) = 114+118+13=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #72760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72760D is #8D89F2. Grayscale: #696969. Windows color (decimal): -9275891 or 882290. OLE color: 882290.

HSL color Cylindrical-coordinate representation of color #72760D: hue angle of 62.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72760D is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB11411813-
CMYK0.0300.890.54
HSL62.29º80.15%25.69%-
HSV(B)62.29º88.98%46.27%-
XYZ13.4916.562.87-
YUV104.8376.17134.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 118 (46.48% from 255) = 48.16%
BLUE value IS 13 (5.47% from 255) = 5.31%
R=46.53%
G=48.16%
B=5.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114118130.0300.890.5462.2980.1525.69
Hex7276D3059363e501a
Octal1621661530131667612032
Binary1110010111011011011101011001110110111110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72760D; }

 p { color: rgb(114,118,13); }

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

<style>
 a { background-color: #72760D; }

 a { background-color: rgb(114,118,13); }

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

<style>
 span { border-color: #72760D; }

 span { border-color: rgb(114,118,13); }

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