Html Css Color HEX #707022 Olivetone

📋 copy color: '#707022'

red 112 ◦ green 112 ◦ blue 34

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

Shades of Olivetone #707022

Tints of Olivetone #707022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.18%

R = 43.41%
G = 43.41%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#707022 (or 0x707022) is known color: Olivetone. HEX triplet: 70, 70 and 22. RGB value is (112,112,34). Sum of RGB (Red+Green+Blue) = 112+112+34=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707022 is #8F8FDD. Grayscale: #676767. Windows color (decimal): -9408478 or 2257008. OLE color: 2257008.

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

Color convert

RGB 112 112 34 -
CMYK 0 0 0.70 0.56
HSL 60º 0.53% 0.29% -
HSV(B) 60º 0.7% 0.44% -
XYZ 12.77 15.15 3.76 -
YUV 103.11 89 134.34 -
System Red Green Blue C M Y K H S L
Decimal 112 112 34 0 0 0.70 0.56 60 0.53 0.29
Hex 70 70 22 0 0 46 38 3C 35 1D
Octal 160 160 42 0 0 106 70 74 65 35
Binary 1110000 1110000 100010 0 0 1000110 111000 111100 110101 11101

Color Harmonies of #707022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707022

Black with #707022

Text Example


Text Example

White with #707022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707022; }

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

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

background-color css

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

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

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

border-color css

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

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

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