#70651D

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

Shades of Olivetone #70651D

Tints of Olivetone #70651D

Color information

#70651D (or 0x70651D) is unknown color: approx Olivetone. HEX triplet: 70, 65 and 1D. RGB value is (112,101,29). Sum of RGB (Red+Green+Blue) = 112+101+29=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70651D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70651D is #8F9AE2. Grayscale: #606060. Windows color (decimal): -9411299 or 1926512. OLE color: 1926512.

HSL color Cylindrical-coordinate representation of color #70651D: hue angle of 52.05º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70651D is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB11210129-
CMYK00.100.740.56
HSL52.05º58.87%27.65%-
HSV(B)52.05º74.11%43.92%-
XYZ11.5612.843.03-
YUV96.0890.14139.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 29 (11.72% from 255) = 11.98%
R=46.28%
G=41.74%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121012900.100.740.5652.0558.8727.65
Hex70651D0A4A38343b1c
Octal1601453501211270647334
Binary111000011001011110101010100101011100011010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70651D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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