#72700B

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

Shades of Olive #72700B

Tints of Olive #72700B

Color information

#72700B (or 0x72700B) is unknown color: approx Olive. HEX triplet: 72, 70 and 0B. RGB value is (114,112,11). Sum of RGB (Red+Green+Blue) = 114+112+11=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #72700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72700B is #8D8FF4. Grayscale: #656565. Windows color (decimal): -9277429 or 749682. OLE color: 749682.

HSL color Cylindrical-coordinate representation of color #72700B: hue angle of 58.83º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72700B is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB11411211-
CMYK00.020.900.55
HSL58.83º82.4%24.51%-
HSV(B)58.83º90.35%44.71%-
XYZ12.7915.192.57-
YUV101.0877.16137.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.10%
GREEN value IS 112 (44.14% from 255) = 47.26%
BLUE value IS 11 (4.69% from 255) = 4.64%
R=48.10%
G=47.26%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141121100.020.900.5558.8382.424.51
Hex7270B025A373b5219
Octal1621601302132677312231
Binary1110010111000010110101011010110111111011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72700B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72700B; }

 p { color: rgb(114,112,11); }

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

<style>
 a { background-color: #72700B; }

 a { background-color: rgb(114,112,11); }

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

<style>
 span { border-color: #72700B; }

 span { border-color: rgb(114,112,11); }

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