Html Css Color HEX #70752E Olivetone

📋 copy color: '#70752E'

red 112 ◦ green 117 ◦ blue 46

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

Shades of Olivetone #70752E

Tints of Olivetone #70752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.55%

 BLUE value IS 46 (18.36% from 255) = 16.73%

R = 40.73%
G = 42.55%
B = 16.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#70752E (or 0x70752E) is known color: Olivetone. HEX triplet: 70, 75 and 2E. RGB value is (112,117,46). Sum of RGB (Red+Green+Blue) = 112+117+46=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #70752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70752E is #8F8AD1. Grayscale: #6B6B6B. Windows color (decimal): -9407186 or 3044720. OLE color: 3044720.

HSL color Cylindrical-coordinate representation of color #70752E: hue angle of 64.23º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70752E is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 46 -
CMYK 0.04 0 0.61 0.54
HSL 64.23º 0.44% 0.32% -
HSV(B) 64.23º 0.61% 0.46% -
XYZ 13.54 16.36 5.03 -
YUV 107.41 93.34 131.27 -
System Red Green Blue C M Y K H S L
Decimal 112 117 46 0.04 0 0.61 0.54 64.23 0.44 0.32
Hex 70 75 2E 4 0 3D 36 40 2C 20
Octal 160 165 56 4 0 75 66 100 54 40
Binary 1110000 1110101 101110 100 0 111101 110110 1000000 101100 100000

Color Harmonies of #70752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70752E

Black with #70752E

Text Example


Text Example

White with #70752E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,117,46); }

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

background-color css

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

 a { background-color: rgb(112,117,46); }

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

border-color css

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

 span { border-color: rgb(112,117,46); }

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