Html Css Color HEX #718014 Trendy Green

📋 copy color: '#718014'

red 113 ◦ green 128 ◦ blue 20

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

Shades of Trendy Green #718014

Tints of Trendy Green #718014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.66%

R = 43.3%
G = 49.04%
B = 7.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#718014 (or 0x718014) is known color: Trendy Green. HEX triplet: 71, 80 and 14. RGB value is (113,128,20). Sum of RGB (Red+Green+Blue) = 113+128+20=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #718014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718014 is #8E7FEB. Grayscale: #6F6F6F. Windows color (decimal): -9338860 or 1343601. OLE color: 1343601.

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

Color convert

RGB 113 128 20 -
CMYK 0.12 0 0.84 0.50
HSL 68.33º 0.73% 0.29% -
HSV(B) 68.33º 0.84% 0.5% -
XYZ 14.66 19 3.56 -
YUV 111.2 76.53 129.28 -
System Red Green Blue C M Y K H S L
Decimal 113 128 20 0.12 0 0.84 0.50 68.33 0.73 0.29
Hex 71 80 14 C 0 54 32 44 49 1D
Octal 161 200 24 14 0 124 62 104 111 35
Binary 1110001 10000000 10100 1100 0 1010100 110010 1000100 1001001 11101

Color Harmonies of #718014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718014

Black with #718014

Text Example


Text Example

White with #718014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718014; }

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

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

background-color css

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

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

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

border-color css

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

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

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