#70661E

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

Shades of Olivetone #70661E

Tints of Olivetone #70661E

Color information

#70661E (or 0x70661E) is unknown color: approx Olivetone. HEX triplet: 70, 66 and 1E. RGB value is (112,102,30). Sum of RGB (Red+Green+Blue) = 112+102+30=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70661E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70661E is #8F99E1. Grayscale: #616161. Windows color (decimal): -9411042 or 1992304. OLE color: 1992304.

HSL color Cylindrical-coordinate representation of color #70661E: hue angle of 52.68º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70661E is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB11210230-
CMYK00.090.730.56
HSL52.68º57.75%27.84%-
HSV(B)52.68º73.21%43.92%-
XYZ11.6713.043.13-
YUV96.7890.31138.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.90%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=45.90%
G=41.80%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121023000.090.730.5652.6857.7527.84
Hex70661E094938353a1c
Octal1601463601111170657234
Binary111000011001101111001001100100111100011010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70661E; }

 p { color: rgb(112,102,30); }

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

<style>
 a { background-color: #70661E; }

 a { background-color: rgb(112,102,30); }

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

<style>
 span { border-color: #70661E; }

 span { border-color: rgb(112,102,30); }

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