Html Css Color HEX #718015 Trendy Green

📋 copy color: '#718015'

red 113 ◦ green 128 ◦ blue 21

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

Shades of Trendy Green #718015

Tints of Trendy Green #718015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.85%

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

R = 43.13%
G = 48.85%
B = 8.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#718015 (or 0x718015) is known color: Trendy Green. HEX triplet: 71, 80 and 15. RGB value is (113,128,21). Sum of RGB (Red+Green+Blue) = 113+128+21=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #718015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718015 is #8E7FEA. Grayscale: #6F6F6F. Windows color (decimal): -9338859 or 1409137. OLE color: 1409137.

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

Color convert

RGB 113 128 21 -
CMYK 0.12 0 0.84 0.50
HSL 68.41º 0.72% 0.29% -
HSV(B) 68.41º 0.84% 0.5% -
XYZ 14.66 19 3.6 -
YUV 111.32 77.03 129.2 -
System Red Green Blue C M Y K H S L
Decimal 113 128 21 0.12 0 0.84 0.50 68.41 0.72 0.29
Hex 71 80 15 C 0 54 32 44 48 1D
Octal 161 200 25 14 0 124 62 104 110 35
Binary 1110001 10000000 10101 1100 0 1010100 110010 1000100 1001000 11101

Color Harmonies of #718015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718015

Black with #718015

Text Example


Text Example

White with #718015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718015; }

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

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

background-color css

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

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

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

border-color css

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

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

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