Html Css Color HEX #718410 Trendy Green

📋 copy color: '#718410'

red 113 ◦ green 132 ◦ blue 16

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

Shades of Trendy Green #718410

Tints of Trendy Green #718410

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.57%

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

R = 43.3%
G = 50.57%
B = 6.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#718410 (or 0x718410) is known color: Trendy Green. HEX triplet: 71, 84 and 10. RGB value is (113,132,16). Sum of RGB (Red+Green+Blue) = 113+132+16=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #718410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718410 is #8E7BEF. Grayscale: #717171. Windows color (decimal): -9337840 or 1082481. OLE color: 1082481.

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

Color convert

RGB 113 132 16 -
CMYK 0.14 0 0.88 0.48
HSL 69.83º 0.78% 0.29% -
HSV(B) 69.83º 0.88% 0.52% -
XYZ 15.15 20.05 3.56 -
YUV 113.1 73.21 127.93 -
System Red Green Blue C M Y K H S L
Decimal 113 132 16 0.14 0 0.88 0.48 69.83 0.78 0.29
Hex 71 84 10 E 0 58 30 46 4E 1D
Octal 161 204 20 16 0 130 60 106 116 35
Binary 1110001 10000100 10000 1110 0 1011000 110000 1000110 1001110 11101

Color Harmonies of #718410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718410

Black with #718410

Text Example


Text Example

White with #718410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718410; }

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

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

background-color css

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

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

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

border-color css

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

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

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