Html Css Color HEX #706920 Olivetone

📋 copy color: '#706920'

red 112 ◦ green 105 ◦ blue 32

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

Shades of Olivetone #706920

Tints of Olivetone #706920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.17%

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

R = 44.98%
G = 42.17%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#706920 (or 0x706920) is known color: Olivetone. HEX triplet: 70, 69 and 20. RGB value is (112,105,32). Sum of RGB (Red+Green+Blue) = 112+105+32=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #706920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706920 is #8F96DF. Grayscale: #636363. Windows color (decimal): -9410272 or 2124144. OLE color: 2124144.

HSL color Cylindrical-coordinate representation of color #706920: hue angle of 54.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #706920 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 105 32 -
CMYK 0 0.06 0.71 0.56
HSL 54.75º 0.56% 0.28% -
HSV(B) 54.75º 0.71% 0.44% -
XYZ 11.99 13.65 3.37 -
YUV 98.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 112 105 32 0 0.06 0.71 0.56 54.75 0.56 0.28
Hex 70 69 20 0 6 47 38 37 38 1C
Octal 160 151 40 0 6 107 70 67 70 34
Binary 1110000 1101001 100000 0 110 1000111 111000 110111 111000 11100

Color Harmonies of #706920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706920

Black with #706920

Text Example


Text Example

White with #706920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706920; }

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

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

background-color css

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

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

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

border-color css

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

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

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