Html Css Color HEX #717022 Olivetone

📋 copy color: '#717022'

red 113 ◦ green 112 ◦ blue 34

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

Shades of Olivetone #717022

Tints of Olivetone #717022

RGB

 RED value IS 113 (44.53% from 255) = 43.63%

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

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

R = 43.63%
G = 43.24%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#717022 (or 0x717022) is known color: Olivetone. HEX triplet: 71, 70 and 22. RGB value is (113,112,34). Sum of RGB (Red+Green+Blue) = 113+112+34=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #717022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717022 is #8E8FDD. Grayscale: #676767. Windows color (decimal): -9342942 or 2257009. OLE color: 2257009.

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

Color convert

RGB 113 112 34 -
CMYK 0 0.01 0.70 0.56
HSL 59.24º 0.54% 0.29% -
HSV(B) 59.24º 0.7% 0.44% -
XYZ 12.89 15.21 3.77 -
YUV 103.41 88.83 134.84 -
System Red Green Blue C M Y K H S L
Decimal 113 112 34 0 0.01 0.70 0.56 59.24 0.54 0.29
Hex 71 70 22 0 1 46 38 3B 36 1D
Octal 161 160 42 0 1 106 70 73 66 35
Binary 1110001 1110000 100010 0 1 1000110 111000 111011 110110 11101

Color Harmonies of #717022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717022

Black with #717022

Text Example


Text Example

White with #717022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717022; }

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

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

background-color css

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

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

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

border-color css

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

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

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