Html Css Color HEX #707021 Olivetone

📋 copy color: '#707021'

red 112 ◦ green 112 ◦ blue 33

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

Shades of Olivetone #707021

Tints of Olivetone #707021

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.58%

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

R = 43.58%
G = 43.58%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#707021 (or 0x707021) is known color: Olivetone. HEX triplet: 70, 70 and 21. RGB value is (112,112,33). Sum of RGB (Red+Green+Blue) = 112+112+33=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707021 is #8F8FDE. Grayscale: #676767. Windows color (decimal): -9408479 or 2191472. OLE color: 2191472.

HSL color Cylindrical-coordinate representation of color #707021: hue angle of 60º degrees, saturation: 0.54, 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 #707021 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 112 33 -
CMYK 0 0 0.71 0.56
HSL 60º 0.54% 0.28% -
HSV(B) 60º 0.71% 0.44% -
XYZ 12.75 15.14 3.69 -
YUV 102.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 112 112 33 0 0 0.71 0.56 60 0.54 0.28
Hex 70 70 21 0 0 47 38 3C 36 1C
Octal 160 160 41 0 0 107 70 74 66 34
Binary 1110000 1110000 100001 0 0 1000111 111000 111100 110110 11100

Color Harmonies of #707021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707021

Black with #707021

Text Example


Text Example

White with #707021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707021; }

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

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

background-color css

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

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

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

border-color css

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

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

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