Html Css Color HEX #70712A Olivetone

📋 copy color: '#70712A'

red 112 ◦ green 113 ◦ blue 42

#70712A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #70712A

Tints of Olivetone #70712A

RGB

 RED value IS 112 (44.14% from 255) = 41.95%

 GREEN value IS 113 (44.53% from 255) = 42.32%

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 41.95%
G = 42.32%
B = 15.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#70712A (or 0x70712A) is known color: Olivetone. HEX triplet: 70, 71 and 2A. RGB value is (112,113,42). Sum of RGB (Red+Green+Blue) = 112+113+42=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #70712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70712A is #8F8ED5. Grayscale: #686868. Windows color (decimal): -9408214 or 2781552. OLE color: 2781552.

HSL color Cylindrical-coordinate representation of color #70712A: hue angle of 60.85º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70712A is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 42 -
CMYK 0.01 0 0.63 0.56
HSL 60.85º 0.46% 0.3% -
HSV(B) 60.85º 0.63% 0.44% -
XYZ 13.01 15.42 4.48 -
YUV 104.61 92.67 133.27 -
System Red Green Blue C M Y K H S L
Decimal 112 113 42 0.01 0 0.63 0.56 60.85 0.46 0.3
Hex 70 71 2A 1 0 3F 38 3D 2E 1E
Octal 160 161 52 1 0 77 70 75 56 36
Binary 1110000 1110001 101010 1 0 111111 111000 111101 101110 11110

Color Harmonies of #70712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70712A

Black with #70712A

Text Example


Text Example

White with #70712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70712A; }

 p { color: rgb(112,113,42); }

 H1.HeaderClassName
 {
   color: #70712A;
 }
 .AnyTagClassName
 {
   color: #70712A;
 }
</style>

background-color css

<style>
 a { background-color: #70712A; }

 a { background-color: rgb(112,113,42); }

 div.DivClassName
 {
   background-color: #70712A;
 }
 .BgClassName
 {
   background-color: #70712A;
 }
</style>

border-color css

<style>
 span { border-color: #70712A; }

 span { border-color: rgb(112,113,42); }

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