Html Css Color HEX #707520 Olivetone

📋 copy color: '#707520'

red 112 ◦ green 117 ◦ blue 32

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

Shades of Olivetone #707520

Tints of Olivetone #707520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 42.91%
G = 44.83%
B = 12.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#707520 (or 0x707520) is known color: Olivetone. HEX triplet: 70, 75 and 20. RGB value is (112,117,32). Sum of RGB (Red+Green+Blue) = 112+117+32=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #707520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707520 is #8F8ADF. Grayscale: #6A6A6A. Windows color (decimal): -9407200 or 2127216. OLE color: 2127216.

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

Color convert

RGB 112 117 32 -
CMYK 0.04 0 0.73 0.54
HSL 63.53º 0.57% 0.29% -
HSV(B) 63.53º 0.73% 0.46% -
XYZ 13.3 16.27 3.81 -
YUV 105.82 86.34 132.41 -
System Red Green Blue C M Y K H S L
Decimal 112 117 32 0.04 0 0.73 0.54 63.53 0.57 0.29
Hex 70 75 20 4 0 49 36 40 39 1D
Octal 160 165 40 4 0 111 66 100 71 35
Binary 1110000 1110101 100000 100 0 1001001 110110 1000000 111001 11101

Color Harmonies of #707520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707520

Black with #707520

Text Example


Text Example

White with #707520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707520; }

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

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

background-color css

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

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

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

border-color css

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

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

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