Html Css Color HEX #718125 Trendy Green

📋 copy color: '#718125'

red 113 ◦ green 129 ◦ blue 37

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

Shades of Trendy Green #718125

Tints of Trendy Green #718125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.26%

R = 40.5%
G = 46.24%
B = 13.26%

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

#718125 (or 0x718125) is known color: Trendy Green. HEX triplet: 71, 81 and 25. RGB value is (113,129,37). Sum of RGB (Red+Green+Blue) = 113+129+37=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #718125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718125 is #8E7EDA. Grayscale: #727272. Windows color (decimal): -9338587 or 2457969. OLE color: 2457969.

HSL color Cylindrical-coordinate representation of color #718125: hue angle of 70.43º degrees, saturation: 0.55, 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 #718125 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 129 37 -
CMYK 0.12 0 0.71 0.49
HSL 70.43º 0.55% 0.33% -
HSV(B) 70.43º 0.71% 0.51% -
XYZ 14.99 19.34 4.69 -
YUV 113.73 84.7 127.48 -
System Red Green Blue C M Y K H S L
Decimal 113 129 37 0.12 0 0.71 0.49 70.43 0.55 0.33
Hex 71 81 25 C 0 47 31 46 37 21
Octal 161 201 45 14 0 107 61 106 67 41
Binary 1110001 10000001 100101 1100 0 1000111 110001 1000110 110111 100001

Color Harmonies of #718125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718125

Black with #718125

Text Example


Text Example

White with #718125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718125; }

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

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

background-color css

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

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

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

border-color css

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

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

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