Html Css Color HEX #70752B Olivetone

📋 copy color: '#70752B'

red 112 ◦ green 117 ◦ blue 43

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

Shades of Olivetone #70752B

Tints of Olivetone #70752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.81%

R = 41.18%
G = 43.01%
B = 15.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#70752B (or 0x70752B) is known color: Olivetone. HEX triplet: 70, 75 and 2B. RGB value is (112,117,43). Sum of RGB (Red+Green+Blue) = 112+117+43=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #70752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70752B is #8F8AD4. Grayscale: #6B6B6B. Windows color (decimal): -9407189 or 2848112. OLE color: 2848112.

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

Color convert

RGB 112 117 43 -
CMYK 0.04 0 0.63 0.54
HSL 64.05º 0.46% 0.31% -
HSV(B) 64.05º 0.63% 0.46% -
XYZ 13.48 16.34 4.73 -
YUV 107.07 91.84 131.52 -
System Red Green Blue C M Y K H S L
Decimal 112 117 43 0.04 0 0.63 0.54 64.05 0.46 0.31
Hex 70 75 2B 4 0 3F 36 40 2E 1F
Octal 160 165 53 4 0 77 66 100 56 37
Binary 1110000 1110101 101011 100 0 111111 110110 1000000 101110 11111

Color Harmonies of #70752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70752B

Black with #70752B

Text Example


Text Example

White with #70752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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