Html Css Color HEX #718116 Trendy Green

📋 copy color: '#718116'

red 113 ◦ green 129 ◦ blue 22

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

Shades of Trendy Green #718116

Tints of Trendy Green #718116

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.86%

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

R = 42.8%
G = 48.86%
B = 8.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#718116 (or 0x718116) is known color: Trendy Green. HEX triplet: 71, 81 and 16. RGB value is (113,129,22). Sum of RGB (Red+Green+Blue) = 113+129+22=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #718116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718116 is #8E7EE9. Grayscale: #707070. Windows color (decimal): -9338602 or 1474929. OLE color: 1474929.

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

Color convert

RGB 113 129 22 -
CMYK 0.12 0 0.83 0.49
HSL 68.97º 0.71% 0.3% -
HSV(B) 68.97º 0.83% 0.51% -
XYZ 14.81 19.27 3.7 -
YUV 112.02 77.2 128.7 -
System Red Green Blue C M Y K H S L
Decimal 113 129 22 0.12 0 0.83 0.49 68.97 0.71 0.3
Hex 71 81 16 C 0 53 31 45 47 1E
Octal 161 201 26 14 0 123 61 105 107 36
Binary 1110001 10000001 10110 1100 0 1010011 110001 1000101 1000111 11110

Color Harmonies of #718116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718116

Black with #718116

Text Example


Text Example

White with #718116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718116; }

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

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

background-color css

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

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

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

border-color css

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

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

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