Html Css Color HEX #717F31 Rain Forest

📋 copy color: '#717F31'

red 113 ◦ green 127 ◦ blue 49

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

Shades of Rain Forest #717F31

Tints of Rain Forest #717F31

RGB

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

 GREEN value IS 127 (50% from 255) = 43.94%

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

R = 39.1%
G = 43.94%
B = 16.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#717F31 (or 0x717F31) is known color: Rain Forest. HEX triplet: 71, 7F and 31. RGB value is (113,127,49). Sum of RGB (Red+Green+Blue) = 113+127+49=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 127 - color contains mainly: green. Hex color #717F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717F31 is #8E80CE. Grayscale: #727272. Windows color (decimal): -9339087 or 3243889. OLE color: 3243889.

HSL color Cylindrical-coordinate representation of color #717F31: hue angle of 70.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #717F31 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 127 49 -
CMYK 0.11 0 0.61 0.50
HSL 70.77º 0.44% 0.35% -
HSV(B) 70.77º 0.61% 0.5% -
XYZ 14.95 18.91 5.77 -
YUV 113.92 91.36 127.34 -
System Red Green Blue C M Y K H S L
Decimal 113 127 49 0.11 0 0.61 0.50 70.77 0.44 0.35
Hex 71 7F 31 B 0 3D 32 47 2C 23
Octal 161 177 61 13 0 75 62 107 54 43
Binary 1110001 1111111 110001 1011 0 111101 110010 1000111 101100 100011

Color Harmonies of #717F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717F31

Black with #717F31

Text Example


Text Example

White with #717F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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