#70660F

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

Shades of Olivetone #70660F

Tints of Olivetone #70660F

Color information

#70660F (or 0x70660F) is unknown color: approx Olivetone. HEX triplet: 70, 66 and 0F. RGB value is (112,102,15). Sum of RGB (Red+Green+Blue) = 112+102+15=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70660F is #8F99F0. Grayscale: #5F5F5F. Windows color (decimal): -9411057 or 1009264. OLE color: 1009264.

HSL color Cylindrical-coordinate representation of color #70660F: hue angle of 53.81º 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 #70660F is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB11210215-
CMYK00.090.870.56
HSL53.81º76.38%24.9%-
HSV(B)53.81º86.61%43.92%-
XYZ11.5212.982.35-
YUV95.0782.81140.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 102 (40.23% from 255) = 44.54%
BLUE value IS 15 (6.25% from 255) = 6.55%
R=48.91%
G=44.54%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121021500.090.870.5653.8176.3824.9
Hex7066F095738364c19
Octal16014617011127706611431
Binary111000011001101111010011010111111000110110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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