Html Css Color HEX #718016 Trendy Green

📋 copy color: '#718016'

red 113 ◦ green 128 ◦ blue 22

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

Shades of Trendy Green #718016

Tints of Trendy Green #718016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.37%

R = 42.97%
G = 48.67%
B = 8.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#718016 (or 0x718016) is known color: Trendy Green. HEX triplet: 71, 80 and 16. RGB value is (113,128,22). Sum of RGB (Red+Green+Blue) = 113+128+22=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #718016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718016 is #8E7FE9. Grayscale: #6F6F6F. Windows color (decimal): -9338858 or 1474673. OLE color: 1474673.

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

Color convert

RGB 113 128 22 -
CMYK 0.12 0 0.83 0.50
HSL 68.49º 0.71% 0.29% -
HSV(B) 68.49º 0.83% 0.5% -
XYZ 14.67 19.01 3.65 -
YUV 111.43 77.53 129.12 -
System Red Green Blue C M Y K H S L
Decimal 113 128 22 0.12 0 0.83 0.50 68.49 0.71 0.29
Hex 71 80 16 C 0 53 32 44 47 1D
Octal 161 200 26 14 0 123 62 104 107 35
Binary 1110001 10000000 10110 1100 0 1010011 110010 1000100 1000111 11101

Color Harmonies of #718016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718016

Black with #718016

Text Example


Text Example

White with #718016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718016; }

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

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

background-color css

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

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

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

border-color css

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

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

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