Html Css Color HEX #708211 Trendy Green

📋 copy color: '#708211'

red 112 ◦ green 130 ◦ blue 17

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

Shades of Trendy Green #708211

Tints of Trendy Green #708211

RGB

 RED value IS 112 (44.14% from 255) = 43.24%

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

 BLUE value IS 17 (7.03% from 255) = 6.56%

R = 43.24%
G = 50.19%
B = 6.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#708211 (or 0x708211) is known color: Trendy Green. HEX triplet: 70, 82 and 11. RGB value is (112,130,17). Sum of RGB (Red+Green+Blue) = 112+130+17=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #708211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708211 is #8F7DEE. Grayscale: #707070. Windows color (decimal): -9403887 or 1147504. OLE color: 1147504.

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

Color convert

RGB 112 130 17 -
CMYK 0.14 0 0.87 0.49
HSL 69.56º 0.77% 0.29% -
HSV(B) 69.56º 0.87% 0.51% -
XYZ 14.77 19.45 3.51 -
YUV 111.74 74.54 128.19 -
System Red Green Blue C M Y K H S L
Decimal 112 130 17 0.14 0 0.87 0.49 69.56 0.77 0.29
Hex 70 82 11 E 0 57 31 46 4D 1D
Octal 160 202 21 16 0 127 61 106 115 35
Binary 1110000 10000010 10001 1110 0 1010111 110001 1000110 1001101 11101

Color Harmonies of #708211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708211

Black with #708211

Text Example


Text Example

White with #708211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708211; }

 p { color: rgb(112,130,17); }

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

background-color css

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

 a { background-color: rgb(112,130,17); }

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

border-color css

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

 span { border-color: rgb(112,130,17); }

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