Html Css Color HEX #718114 Trendy Green

📋 copy color: '#718114'

red 113 ◦ green 129 ◦ blue 20

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

Shades of Trendy Green #718114

Tints of Trendy Green #718114

RGB

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

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

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

R = 43.13%
G = 49.24%
B = 7.63%

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

#718114 (or 0x718114) is known color: Trendy Green. HEX triplet: 71, 81 and 14. RGB value is (113,129,20). Sum of RGB (Red+Green+Blue) = 113+129+20=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #718114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718114 is #8E7EEB. Grayscale: #707070. Windows color (decimal): -9338604 or 1343857. OLE color: 1343857.

HSL color Cylindrical-coordinate representation of color #718114: hue angle of 68.81º degrees, saturation: 0.73, 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 #718114 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 129 20 -
CMYK 0.12 0 0.84 0.49
HSL 68.81º 0.73% 0.29% -
HSV(B) 68.81º 0.84% 0.51% -
XYZ 14.79 19.26 3.6 -
YUV 111.79 76.2 128.86 -
System Red Green Blue C M Y K H S L
Decimal 113 129 20 0.12 0 0.84 0.49 68.81 0.73 0.29
Hex 71 81 14 C 0 54 31 45 49 1D
Octal 161 201 24 14 0 124 61 105 111 35
Binary 1110001 10000001 10100 1100 0 1010100 110001 1000101 1001001 11101

Color Harmonies of #718114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718114

Black with #718114

Text Example


Text Example

White with #718114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718114; }

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

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

background-color css

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

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

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

border-color css

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

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

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