Html Css Color HEX #717631 Olivetone

📋 copy color: '#717631'

red 113 ◦ green 118 ◦ blue 49

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

Shades of Olivetone #717631

Tints of Olivetone #717631

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.14%

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

R = 40.36%
G = 42.14%
B = 17.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#717631 (or 0x717631) is known color: Olivetone. HEX triplet: 71, 76 and 31. RGB value is (113,118,49). Sum of RGB (Red+Green+Blue) = 113+118+49=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #717631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717631 is #8E89CE. Grayscale: #6C6C6C. Windows color (decimal): -9341391 or 3241585. OLE color: 3241585.

HSL color Cylindrical-coordinate representation of color #717631: hue angle of 64.35º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #717631 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 49 -
CMYK 0.04 0 0.58 0.54
HSL 64.35º 0.41% 0.33% -
HSV(B) 64.35º 0.58% 0.46% -
XYZ 13.84 16.69 5.4 -
YUV 108.64 94.34 131.11 -
System Red Green Blue C M Y K H S L
Decimal 113 118 49 0.04 0 0.58 0.54 64.35 0.41 0.33
Hex 71 76 31 4 0 3A 36 40 29 21
Octal 161 166 61 4 0 72 66 100 51 41
Binary 1110001 1110110 110001 100 0 111010 110110 1000000 101001 100001

Color Harmonies of #717631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717631

Black with #717631

Text Example


Text Example

White with #717631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717631; }

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

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

background-color css

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

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

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

border-color css

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

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

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