Html Css Color HEX #717E1F Trendy Green

📋 copy color: '#717E1F'

red 113 ◦ green 126 ◦ blue 31

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

Shades of Trendy Green #717E1F

Tints of Trendy Green #717E1F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 46.67%

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 41.85%
G = 46.67%
B = 11.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#717E1F (or 0x717E1F) is known color: Trendy Green. HEX triplet: 71, 7E and 1F. RGB value is (113,126,31). Sum of RGB (Red+Green+Blue) = 113+126+31=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 126 - color contains mainly: green. Hex color #717E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717E1F is #8E81E0. Grayscale: #6F6F6F. Windows color (decimal): -9339361 or 2063985. OLE color: 2063985.

HSL color Cylindrical-coordinate representation of color #717E1F: hue angle of 68.21º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #717E1F is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 126 31 -
CMYK 0.10 0 0.75 0.51
HSL 68.21º 0.61% 0.31% -
HSV(B) 68.21º 0.75% 0.49% -
XYZ 14.52 18.53 4.11 -
YUV 111.28 82.69 129.22 -
System Red Green Blue C M Y K H S L
Decimal 113 126 31 0.10 0 0.75 0.51 68.21 0.61 0.31
Hex 71 7E 1F A 0 4B 33 44 3D 1F
Octal 161 176 37 12 0 113 63 104 75 37
Binary 1110001 1111110 11111 1010 0 1001011 110011 1000100 111101 11111

Color Harmonies of #717E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717E1F

Black with #717E1F

Text Example


Text Example

White with #717E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,126,31); }

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

background-color css

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

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

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

border-color css

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

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

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