Html Css Color HEX #717431 Olivetone

📋 copy color: '#717431'

red 113 ◦ green 116 ◦ blue 49

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

Shades of Olivetone #717431

Tints of Olivetone #717431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.73%

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

R = 40.65%
G = 41.73%
B = 17.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#717431 (or 0x717431) is known color: Olivetone. HEX triplet: 71, 74 and 31. RGB value is (113,116,49). Sum of RGB (Red+Green+Blue) = 113+116+49=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #717431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717431 is #8E8BCE. Grayscale: #6B6B6B. Windows color (decimal): -9341903 or 3241073. OLE color: 3241073.

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

Color convert

RGB 113 116 49 -
CMYK 0.03 0 0.58 0.55
HSL 62.69º 0.41% 0.32% -
HSV(B) 62.69º 0.58% 0.45% -
XYZ 13.61 16.22 5.32 -
YUV 107.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 113 116 49 0.03 0 0.58 0.55 62.69 0.41 0.32
Hex 71 74 31 3 0 3A 37 3F 29 20
Octal 161 164 61 3 0 72 67 77 51 40
Binary 1110001 1110100 110001 11 0 111010 110111 111111 101001 100000

Color Harmonies of #717431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717431

Black with #717431

Text Example


Text Example

White with #717431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717431; }

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

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

background-color css

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

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

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

border-color css

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

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

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