Html Css Color HEX #707321 Olivetone

📋 copy color: '#707321'

red 112 ◦ green 115 ◦ blue 33

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

Shades of Olivetone #707321

Tints of Olivetone #707321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.69%

R = 43.08%
G = 44.23%
B = 12.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#707321 (or 0x707321) is known color: Olivetone. HEX triplet: 70, 73 and 21. RGB value is (112,115,33). Sum of RGB (Red+Green+Blue) = 112+115+33=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #707321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707321 is #8F8CDE. Grayscale: #696969. Windows color (decimal): -9407711 or 2192240. OLE color: 2192240.

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

Color convert

RGB 112 115 33 -
CMYK 0.03 0 0.71 0.55
HSL 62.2º 0.55% 0.29% -
HSV(B) 62.2º 0.71% 0.45% -
XYZ 13.09 15.82 3.8 -
YUV 104.76 87.51 133.17 -
System Red Green Blue C M Y K H S L
Decimal 112 115 33 0.03 0 0.71 0.55 62.2 0.55 0.29
Hex 70 73 21 3 0 47 37 3E 37 1D
Octal 160 163 41 3 0 107 67 76 67 35
Binary 1110000 1110011 100001 11 0 1000111 110111 111110 110111 11101

Color Harmonies of #707321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707321

Black with #707321

Text Example


Text Example

White with #707321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707321; }

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

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

background-color css

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

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

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

border-color css

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

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

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