Html Css Color HEX #707121 Olivetone

📋 copy color: '#707121'

red 112 ◦ green 113 ◦ blue 33

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

Shades of Olivetone #707121

Tints of Olivetone #707121

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.8%

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

R = 43.41%
G = 43.8%
B = 12.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#707121 (or 0x707121) is known color: Olivetone. HEX triplet: 70, 71 and 21. RGB value is (112,113,33). Sum of RGB (Red+Green+Blue) = 112+113+33=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #707121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707121 is #8F8EDE. Grayscale: #676767. Windows color (decimal): -9408223 or 2191728. OLE color: 2191728.

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

Color convert

RGB 112 113 33 -
CMYK 0.01 0 0.71 0.56
HSL 60.75º 0.55% 0.29% -
HSV(B) 60.75º 0.71% 0.44% -
XYZ 12.86 15.36 3.73 -
YUV 103.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 112 113 33 0.01 0 0.71 0.56 60.75 0.55 0.29
Hex 70 71 21 1 0 47 38 3D 37 1D
Octal 160 161 41 1 0 107 70 75 67 35
Binary 1110000 1110001 100001 1 0 1000111 111000 111101 110111 11101

Color Harmonies of #707121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707121

Black with #707121

Text Example


Text Example

White with #707121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707121; }

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

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

background-color css

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

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

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

border-color css

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

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

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