Html Css Color HEX #708016 Trendy Green

📋 copy color: '#708016'

red 112 ◦ green 128 ◦ blue 22

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

Shades of Trendy Green #708016

Tints of Trendy Green #708016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.4%

R = 42.75%
G = 48.85%
B = 8.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#708016 (or 0x708016) is known color: Trendy Green. HEX triplet: 70, 80 and 16. RGB value is (112,128,22). Sum of RGB (Red+Green+Blue) = 112+128+22=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #708016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708016 is #8F7FE9. Grayscale: #6F6F6F. Windows color (decimal): -9404394 or 1474672. OLE color: 1474672.

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

Color convert

RGB 112 128 22 -
CMYK 0.12 0 0.83 0.50
HSL 69.06º 0.71% 0.29% -
HSV(B) 69.06º 0.83% 0.5% -
XYZ 14.55 18.94 3.65 -
YUV 111.13 77.7 128.62 -
System Red Green Blue C M Y K H S L
Decimal 112 128 22 0.12 0 0.83 0.50 69.06 0.71 0.29
Hex 70 80 16 C 0 53 32 45 47 1D
Octal 160 200 26 14 0 123 62 105 107 35
Binary 1110000 10000000 10110 1100 0 1010011 110010 1000101 1000111 11101

Color Harmonies of #708016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708016

Black with #708016

Text Example


Text Example

White with #708016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708016; }

 p { color: rgb(112,128,22); }

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

background-color css

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

 a { background-color: rgb(112,128,22); }

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

border-color css

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

 span { border-color: rgb(112,128,22); }

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