Html Css Color HEX #718212 Trendy Green

📋 copy color: '#718212'

red 113 ◦ green 130 ◦ blue 18

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

Shades of Trendy Green #718212

Tints of Trendy Green #718212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 43.3%
G = 49.81%
B = 6.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#718212 (or 0x718212) is known color: Trendy Green. HEX triplet: 71, 82 and 12. RGB value is (113,130,18). Sum of RGB (Red+Green+Blue) = 113+130+18=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #718212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718212 is #8E7DED. Grayscale: #707070. Windows color (decimal): -9338350 or 1213041. OLE color: 1213041.

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

Color convert

RGB 113 130 18 -
CMYK 0.13 0 0.86 0.49
HSL 69.11º 0.76% 0.29% -
HSV(B) 69.11º 0.86% 0.51% -
XYZ 14.9 19.52 3.55 -
YUV 112.15 74.87 128.61 -
System Red Green Blue C M Y K H S L
Decimal 113 130 18 0.13 0 0.86 0.49 69.11 0.76 0.29
Hex 71 82 12 D 0 56 31 45 4C 1D
Octal 161 202 22 15 0 126 61 105 114 35
Binary 1110001 10000010 10010 1101 0 1010110 110001 1000101 1001100 11101

Color Harmonies of #718212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718212

Black with #718212

Text Example


Text Example

White with #718212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718212; }

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

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

background-color css

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

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

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

border-color css

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

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

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