#70731B

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

Shades of Olivetone #70731B

Tints of Olivetone #70731B

Color information

#70731B (or 0x70731B) is unknown color: approx Olivetone. HEX triplet: 70, 73 and 1B. RGB value is (112,115,27). Sum of RGB (Red+Green+Blue) = 112+115+27=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #70731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70731B is #8F8CE4. Grayscale: #686868. Windows color (decimal): -9407717 or 1799024. OLE color: 1799024.

HSL color Cylindrical-coordinate representation of color #70731B: hue angle of 62.05º 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 #70731B is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB11211527-
CMYK0.0300.770.55
HSL62.05º61.97%27.84%-
HSV(B)62.05º76.52%45.1%-
XYZ13.0115.793.4-
YUV104.0784.51133.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 115 (45.31% from 255) = 45.28%
BLUE value IS 27 (10.94% from 255) = 10.63%
R=44.09%
G=45.28%
B=10.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115270.0300.770.5562.0561.9727.84
Hex70731B304D373e3e1c
Octal160163333011567767634
Binary1110000111001111011110100110111011111111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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