Html Css Color HEX #718214 Trendy Green

📋 copy color: '#718214'

red 113 ◦ green 130 ◦ blue 20

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

Shades of Trendy Green #718214

Tints of Trendy Green #718214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.6%

R = 42.97%
G = 49.43%
B = 7.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#718214 (or 0x718214) is known color: Trendy Green. HEX triplet: 71, 82 and 14. RGB value is (113,130,20). Sum of RGB (Red+Green+Blue) = 113+130+20=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #718214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718214 is #8E7DEB. Grayscale: #707070. Windows color (decimal): -9338348 or 1344113. OLE color: 1344113.

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

Color convert

RGB 113 130 20 -
CMYK 0.13 0 0.85 0.49
HSL 69.27º 0.73% 0.29% -
HSV(B) 69.27º 0.85% 0.51% -
XYZ 14.92 19.53 3.64 -
YUV 112.38 75.87 128.44 -
System Red Green Blue C M Y K H S L
Decimal 113 130 20 0.13 0 0.85 0.49 69.27 0.73 0.29
Hex 71 82 14 D 0 55 31 45 49 1D
Octal 161 202 24 15 0 125 61 105 111 35
Binary 1110001 10000010 10100 1101 0 1010101 110001 1000101 1001001 11101

Color Harmonies of #718214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718214

Black with #718214

Text Example


Text Example

White with #718214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718214; }

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

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

background-color css

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

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

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

border-color css

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

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

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