Html Css Color HEX #717F1E Trendy Green

📋 copy color: '#717F1E'

red 113 ◦ green 127 ◦ blue 30

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

Shades of Trendy Green #717F1E

Tints of Trendy Green #717F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.11%

R = 41.85%
G = 47.04%
B = 11.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#717F1E (or 0x717F1E) is known color: Trendy Green. HEX triplet: 71, 7F and 1E. RGB value is (113,127,30). Sum of RGB (Red+Green+Blue) = 113+127+30=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #717F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717F1E is #8E80E1. Grayscale: #707070. Windows color (decimal): -9339106 or 1998705. OLE color: 1998705.

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

Color convert

RGB 113 127 30 -
CMYK 0.11 0 0.76 0.50
HSL 68.66º 0.62% 0.31% -
HSV(B) 68.66º 0.76% 0.5% -
XYZ 14.63 18.78 4.08 -
YUV 111.76 81.86 128.89 -
System Red Green Blue C M Y K H S L
Decimal 113 127 30 0.11 0 0.76 0.50 68.66 0.62 0.31
Hex 71 7F 1E B 0 4C 32 45 3E 1F
Octal 161 177 36 13 0 114 62 105 76 37
Binary 1110001 1111111 11110 1011 0 1001100 110010 1000101 111110 11111

Color Harmonies of #717F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717F1E

Black with #717F1E

Text Example


Text Example

White with #717F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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