Html Css Color HEX #718115 Trendy Green

📋 copy color: '#718115'

red 113 ◦ green 129 ◦ blue 21

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

Shades of Trendy Green #718115

Tints of Trendy Green #718115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.98%

R = 42.97%
G = 49.05%
B = 7.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#718115 (or 0x718115) is known color: Trendy Green. HEX triplet: 71, 81 and 15. RGB value is (113,129,21). Sum of RGB (Red+Green+Blue) = 113+129+21=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #718115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718115 is #8E7EEA. Grayscale: #707070. Windows color (decimal): -9338603 or 1409393. OLE color: 1409393.

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

Color convert

RGB 113 129 21 -
CMYK 0.12 0 0.84 0.49
HSL 68.89º 0.72% 0.29% -
HSV(B) 68.89º 0.84% 0.51% -
XYZ 14.8 19.27 3.65 -
YUV 111.9 76.7 128.78 -
System Red Green Blue C M Y K H S L
Decimal 113 129 21 0.12 0 0.84 0.49 68.89 0.72 0.29
Hex 71 81 15 C 0 54 31 45 48 1D
Octal 161 201 25 14 0 124 61 105 110 35
Binary 1110001 10000001 10101 1100 0 1010100 110001 1000101 1001000 11101

Color Harmonies of #718115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718115

Black with #718115

Text Example


Text Example

White with #718115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718115; }

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

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

background-color css

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

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

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

border-color css

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

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

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