#70650F

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

Shades of Olivetone #70650F

Tints of Olivetone #70650F

Color information

#70650F (or 0x70650F) is unknown color: approx Olivetone. HEX triplet: 70, 65 and 0F. RGB value is (112,101,15). Sum of RGB (Red+Green+Blue) = 112+101+15=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70650F is #8F9AF0. Grayscale: #5E5E5E. Windows color (decimal): -9411313 or 1009008. OLE color: 1009008.

HSL color Cylindrical-coordinate representation of color #70650F: hue angle of 53.2º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70650F is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB11210115-
CMYK00.100.870.56
HSL53.2º76.38%24.9%-
HSV(B)53.2º86.61%43.92%-
XYZ11.4212.792.32-
YUV94.4883.14140.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 101 (39.84% from 255) = 44.30%
BLUE value IS 15 (6.25% from 255) = 6.58%
R=49.12%
G=44.30%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121011500.100.870.5653.276.3824.9
Hex7065F0A5738354c19
Octal16014517012127706511431
Binary111000011001011111010101010111111000110101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70650F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70650F; }

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

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

<style>
 a { background-color: #70650F; }

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

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

<style>
 span { border-color: #70650F; }

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

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