Html Css Color HEX #718011 Trendy Green

📋 copy color: '#718011'

red 113 ◦ green 128 ◦ blue 17

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

Shades of Trendy Green #718011

Tints of Trendy Green #718011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.61%

 BLUE value IS 17 (7.03% from 255) = 6.59%

R = 43.8%
G = 49.61%
B = 6.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#718011 (or 0x718011) is known color: Trendy Green. HEX triplet: 71, 80 and 11. RGB value is (113,128,17). Sum of RGB (Red+Green+Blue) = 113+128+17=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #718011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718011 is #8E7FEE. Grayscale: #6F6F6F. Windows color (decimal): -9338863 or 1146993. OLE color: 1146993.

HSL color Cylindrical-coordinate representation of color #718011: hue angle of 68.11º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #718011 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 128 17 -
CMYK 0.12 0 0.87 0.50
HSL 68.11º 0.77% 0.28% -
HSV(B) 68.11º 0.87% 0.5% -
XYZ 14.63 18.99 3.42 -
YUV 110.86 75.03 129.53 -
System Red Green Blue C M Y K H S L
Decimal 113 128 17 0.12 0 0.87 0.50 68.11 0.77 0.28
Hex 71 80 11 C 0 57 32 44 4D 1C
Octal 161 200 21 14 0 127 62 104 115 34
Binary 1110001 10000000 10001 1100 0 1010111 110010 1000100 1001101 11100

Color Harmonies of #718011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718011

Black with #718011

Text Example


Text Example

White with #718011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718011; }

 p { color: rgb(113,128,17); }

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

background-color css

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

 a { background-color: rgb(113,128,17); }

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

border-color css

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

 span { border-color: rgb(113,128,17); }

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