Html Css Color HEX #707320 Olivetone

📋 copy color: '#707320'

red 112 ◦ green 115 ◦ blue 32

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

Shades of Olivetone #707320

Tints of Olivetone #707320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.4%

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

R = 43.24%
G = 44.4%
B = 12.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#707320 (or 0x707320) is known color: Olivetone. HEX triplet: 70, 73 and 20. RGB value is (112,115,32). Sum of RGB (Red+Green+Blue) = 112+115+32=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #707320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707320 is #8F8CDF. Grayscale: #686868. Windows color (decimal): -9407712 or 2126704. OLE color: 2126704.

HSL color Cylindrical-coordinate representation of color #707320: hue angle of 62.17º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #707320 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 115 32 -
CMYK 0.03 0 0.72 0.55
HSL 62.17º 0.56% 0.29% -
HSV(B) 62.17º 0.72% 0.45% -
XYZ 13.07 15.81 3.73 -
YUV 104.64 87.01 133.25 -
System Red Green Blue C M Y K H S L
Decimal 112 115 32 0.03 0 0.72 0.55 62.17 0.56 0.29
Hex 70 73 20 3 0 48 37 3E 38 1D
Octal 160 163 40 3 0 110 67 76 70 35
Binary 1110000 1110011 100000 11 0 1001000 110111 111110 111000 11101

Color Harmonies of #707320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707320

Black with #707320

Text Example


Text Example

White with #707320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707320; }

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

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

background-color css

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

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

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

border-color css

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

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

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