Html Css Color HEX #717031 Olivetone

📋 copy color: '#717031'

red 113 ◦ green 112 ◦ blue 49

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

Shades of Olivetone #717031

Tints of Olivetone #717031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.88%

R = 41.24%
G = 40.88%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#717031 (or 0x717031) is known color: Olivetone. HEX triplet: 71, 70 and 31. RGB value is (113,112,49). Sum of RGB (Red+Green+Blue) = 113+112+49=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #717031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717031 is #8E8FCE. Grayscale: #696969. Windows color (decimal): -9342927 or 3240049. OLE color: 3240049.

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

Color convert

RGB 113 112 49 -
CMYK 0 0.01 0.57 0.56
HSL 59.06º 0.4% 0.32% -
HSV(B) 59.06º 0.57% 0.44% -
XYZ 13.16 15.32 5.17 -
YUV 105.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 113 112 49 0 0.01 0.57 0.56 59.06 0.4 0.32
Hex 71 70 31 0 1 39 38 3B 28 20
Octal 161 160 61 0 1 71 70 73 50 40
Binary 1110001 1110000 110001 0 1 111001 111000 111011 101000 100000

Color Harmonies of #717031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717031

Black with #717031

Text Example


Text Example

White with #717031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717031; }

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

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

background-color css

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

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

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

border-color css

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

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

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