#70751D

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

Shades of Olivetone #70751D

Tints of Olivetone #70751D

Color information

#70751D (or 0x70751D) is unknown color: approx Olivetone. HEX triplet: 70, 75 and 1D. RGB value is (112,117,29). Sum of RGB (Red+Green+Blue) = 112+117+29=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #70751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70751D is #8F8AE2. Grayscale: #696969. Windows color (decimal): -9407203 or 1930608. OLE color: 1930608.

HSL color Cylindrical-coordinate representation of color #70751D: hue angle of 63.41º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70751D is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB11211729-
CMYK0.0400.750.54
HSL63.41º60.27%28.63%-
HSV(B)63.41º75.21%45.88%-
XYZ13.2716.263.6-
YUV105.4784.84132.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 117 (46.09% from 255) = 45.35%
BLUE value IS 29 (11.72% from 255) = 11.24%
R=43.41%
G=45.35%
B=11.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112117290.0400.750.5463.4160.2728.63
Hex70751D404B363f3c1d
Octal160165354011366777435
Binary11100001110101111011000100101111011011111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70751D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,117,29); }

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

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

 a { background-color: rgb(112,117,29); }

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

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

 span { border-color: rgb(112,117,29); }

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