Html Css Color HEX #717131 Olivetone

📋 copy color: '#717131'

red 113 ◦ green 113 ◦ blue 49

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

Shades of Olivetone #717131

Tints of Olivetone #717131

RGB

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

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

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

R = 41.09%
G = 41.09%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#717131 (or 0x717131) is known color: Olivetone. HEX triplet: 71, 71 and 31. RGB value is (113,113,49). Sum of RGB (Red+Green+Blue) = 113+113+49=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717131 is #8E8ECE. Grayscale: #696969. Windows color (decimal): -9342671 or 3240305. OLE color: 3240305.

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

Color convert

RGB 113 113 49 -
CMYK 0 0 0.57 0.56
HSL 60º 0.4% 0.32% -
HSV(B) 60º 0.57% 0.44% -
XYZ 13.27 15.54 5.21 -
YUV 105.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 113 113 49 0 0 0.57 0.56 60 0.4 0.32
Hex 71 71 31 0 0 39 38 3C 28 20
Octal 161 161 61 0 0 71 70 74 50 40
Binary 1110001 1110001 110001 0 0 111001 111000 111100 101000 100000

Color Harmonies of #717131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717131

Black with #717131

Text Example


Text Example

White with #717131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717131; }

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

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

background-color css

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

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

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

border-color css

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

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

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