Html Css Color HEX #717331 Olivetone

📋 copy color: '#717331'

red 113 ◦ green 115 ◦ blue 49

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

Shades of Olivetone #717331

Tints of Olivetone #717331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.52%

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

R = 40.79%
G = 41.52%
B = 17.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#717331 (or 0x717331) is known color: Olivetone. HEX triplet: 71, 73 and 31. RGB value is (113,115,49). Sum of RGB (Red+Green+Blue) = 113+115+49=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #717331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717331 is #8E8CCE. Grayscale: #6B6B6B. Windows color (decimal): -9342159 or 3240817. OLE color: 3240817.

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

Color convert

RGB 113 115 49 -
CMYK 0.02 0 0.57 0.55
HSL 61.82º 0.4% 0.32% -
HSV(B) 61.82º 0.57% 0.45% -
XYZ 13.5 15.99 5.28 -
YUV 106.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 113 115 49 0.02 0 0.57 0.55 61.82 0.4 0.32
Hex 71 73 31 2 0 39 37 3E 28 20
Octal 161 163 61 2 0 71 67 76 50 40
Binary 1110001 1110011 110001 10 0 111001 110111 111110 101000 100000

Color Harmonies of #717331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717331

Black with #717331

Text Example


Text Example

White with #717331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717331; }

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

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

background-color css

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

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

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

border-color css

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

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

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