#72731B

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

Shades of Olivetone #72731B

Tints of Olivetone #72731B

Color information

#72731B (or 0x72731B) is unknown color: approx Olivetone. HEX triplet: 72, 73 and 1B. RGB value is (114,115,27). Sum of RGB (Red+Green+Blue) = 114+115+27=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #72731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72731B is #8D8CE4. Grayscale: #696969. Windows color (decimal): -9276645 or 1799026. OLE color: 1799026.

HSL color Cylindrical-coordinate representation of color #72731B: hue angle of 60.68º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72731B is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB11411527-
CMYK0.0100.770.55
HSL60.68º61.97%27.84%-
HSV(B)60.68º76.52%45.1%-
XYZ13.2715.923.41-
YUV104.6784.17134.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 115 (45.31% from 255) = 44.92%
BLUE value IS 27 (10.94% from 255) = 10.55%
R=44.53%
G=44.92%
B=10.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115270.0100.770.5560.6861.9727.84
Hex72731B104D373d3e1c
Octal162163331011567757634
Binary111001011100111101110100110111011111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,115,27); }

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

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

 a { background-color: rgb(114,115,27); }

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

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

 span { border-color: rgb(114,115,27); }

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