Html Css Color HEX #718013 Trendy Green

📋 copy color: '#718013'

red 113 ◦ green 128 ◦ blue 19

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

Shades of Trendy Green #718013

Tints of Trendy Green #718013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 43.46%
G = 49.23%
B = 7.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#718013 (or 0x718013) is known color: Trendy Green. HEX triplet: 71, 80 and 13. RGB value is (113,128,19). Sum of RGB (Red+Green+Blue) = 113+128+19=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #718013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718013 is #8E7FEC. Grayscale: #6F6F6F. Windows color (decimal): -9338861 or 1278065. OLE color: 1278065.

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

Color convert

RGB 113 128 19 -
CMYK 0.12 0 0.85 0.50
HSL 68.26º 0.74% 0.29% -
HSV(B) 68.26º 0.85% 0.5% -
XYZ 14.65 19 3.51 -
YUV 111.09 76.03 129.36 -
System Red Green Blue C M Y K H S L
Decimal 113 128 19 0.12 0 0.85 0.50 68.26 0.74 0.29
Hex 71 80 13 C 0 55 32 44 4A 1D
Octal 161 200 23 14 0 125 62 104 112 35
Binary 1110001 10000000 10011 1100 0 1010101 110010 1000100 1001010 11101

Color Harmonies of #718013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718013

Black with #718013

Text Example


Text Example

White with #718013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718013; }

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

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

background-color css

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

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

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

border-color css

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

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

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