Html Css Color HEX #718126 Trendy Green

📋 copy color: '#718126'

red 113 ◦ green 129 ◦ blue 38

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

Shades of Trendy Green #718126

Tints of Trendy Green #718126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.57%

R = 40.36%
G = 46.07%
B = 13.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#718126 (or 0x718126) is known color: Trendy Green. HEX triplet: 71, 81 and 26. RGB value is (113,129,38). Sum of RGB (Red+Green+Blue) = 113+129+38=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #718126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718126 is #8E7ED9. Grayscale: #727272. Windows color (decimal): -9338586 or 2523505. OLE color: 2523505.

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

Color convert

RGB 113 129 38 -
CMYK 0.12 0 0.71 0.49
HSL 70.55º 0.54% 0.33% -
HSV(B) 70.55º 0.71% 0.51% -
XYZ 15.01 19.35 4.78 -
YUV 113.84 85.2 127.4 -
System Red Green Blue C M Y K H S L
Decimal 113 129 38 0.12 0 0.71 0.49 70.55 0.54 0.33
Hex 71 81 26 C 0 47 31 47 36 21
Octal 161 201 46 14 0 107 61 107 66 41
Binary 1110001 10000001 100110 1100 0 1000111 110001 1000111 110110 100001

Color Harmonies of #718126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718126

Black with #718126

Text Example


Text Example

White with #718126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718126; }

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

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

background-color css

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

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

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

border-color css

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

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

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