Html Css Color HEX #70711E Olivetone

📋 copy color: '#70711E'

red 112 ◦ green 113 ◦ blue 30

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

Shades of Olivetone #70711E

Tints of Olivetone #70711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.76%

R = 43.92%
G = 44.31%
B = 11.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70711E (or 0x70711E) is known color: Olivetone. HEX triplet: 70, 71 and 1E. RGB value is (112,113,30). Sum of RGB (Red+Green+Blue) = 112+113+30=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #70711E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70711E is #8F8EE1. Grayscale: #676767. Windows color (decimal): -9408226 or 1995120. OLE color: 1995120.

HSL color Cylindrical-coordinate representation of color #70711E: hue angle of 60.72º 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 #70711E is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 30 -
CMYK 0.01 0 0.73 0.56
HSL 60.72º 0.58% 0.28% -
HSV(B) 60.72º 0.73% 0.44% -
XYZ 12.82 15.35 3.52 -
YUV 103.24 86.67 134.25 -
System Red Green Blue C M Y K H S L
Decimal 112 113 30 0.01 0 0.73 0.56 60.72 0.58 0.28
Hex 70 71 1E 1 0 49 38 3D 3A 1C
Octal 160 161 36 1 0 111 70 75 72 34
Binary 1110000 1110001 11110 1 0 1001001 111000 111101 111010 11100

Color Harmonies of #70711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70711E

Black with #70711E

Text Example


Text Example

White with #70711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70711E;
 }
 .AnyTagClassName
 {
   color: #70711E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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