Html Css Color HEX #707220 Olivetone

📋 copy color: '#707220'

red 112 ◦ green 114 ◦ blue 32

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

Shades of Olivetone #707220

Tints of Olivetone #707220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.19%

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

R = 43.41%
G = 44.19%
B = 12.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#707220 (or 0x707220) is known color: Olivetone. HEX triplet: 70, 72 and 20. RGB value is (112,114,32). Sum of RGB (Red+Green+Blue) = 112+114+32=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #707220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707220 is #8F8DDF. Grayscale: #686868. Windows color (decimal): -9407968 or 2126448. OLE color: 2126448.

HSL color Cylindrical-coordinate representation of color #707220: hue angle of 61.46º 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 #707220 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 114 32 -
CMYK 0.02 0 0.72 0.55
HSL 61.46º 0.56% 0.29% -
HSV(B) 61.46º 0.72% 0.45% -
XYZ 12.96 15.58 3.69 -
YUV 104.05 87.34 133.67 -
System Red Green Blue C M Y K H S L
Decimal 112 114 32 0.02 0 0.72 0.55 61.46 0.56 0.29
Hex 70 72 20 2 0 48 37 3D 38 1D
Octal 160 162 40 2 0 110 67 75 70 35
Binary 1110000 1110010 100000 10 0 1001000 110111 111101 111000 11101

Color Harmonies of #707220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707220

Black with #707220

Text Example


Text Example

White with #707220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707220; }

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

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

background-color css

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

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

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

border-color css

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

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

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