Html Css Color HEX #718210 Trendy Green

📋 copy color: '#718210'

red 113 ◦ green 130 ◦ blue 16

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

Shades of Trendy Green #718210

Tints of Trendy Green #718210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.19%

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 43.63%
G = 50.19%
B = 6.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#718210 (or 0x718210) is known color: Trendy Green. HEX triplet: 71, 82 and 10. RGB value is (113,130,16). Sum of RGB (Red+Green+Blue) = 113+130+16=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #718210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718210 is #8E7DEF. Grayscale: #707070. Windows color (decimal): -9338352 or 1081969. OLE color: 1081969.

HSL color Cylindrical-coordinate representation of color #718210: hue angle of 68.95º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #718210 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 16 -
CMYK 0.13 0 0.88 0.49
HSL 68.95º 0.78% 0.29% -
HSV(B) 68.95º 0.88% 0.51% -
XYZ 14.89 19.51 3.47 -
YUV 111.92 73.87 128.77 -
System Red Green Blue C M Y K H S L
Decimal 113 130 16 0.13 0 0.88 0.49 68.95 0.78 0.29
Hex 71 82 10 D 0 58 31 45 4E 1D
Octal 161 202 20 15 0 130 61 105 116 35
Binary 1110001 10000010 10000 1101 0 1011000 110001 1000101 1001110 11101

Color Harmonies of #718210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718210

Black with #718210

Text Example


Text Example

White with #718210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718210; }

 p { color: rgb(113,130,16); }

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

background-color css

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

 a { background-color: rgb(113,130,16); }

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

border-color css

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

 span { border-color: rgb(113,130,16); }

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