Html Css Color HEX #708014 Trendy Green

📋 copy color: '#708014'

red 112 ◦ green 128 ◦ blue 20

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

Shades of Trendy Green #708014

Tints of Trendy Green #708014

RGB

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

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

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

R = 43.08%
G = 49.23%
B = 7.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#708014 (or 0x708014) is known color: Trendy Green. HEX triplet: 70, 80 and 14. RGB value is (112,128,20). Sum of RGB (Red+Green+Blue) = 112+128+20=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #708014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708014 is #8F7FEB. Grayscale: #6F6F6F. Windows color (decimal): -9404396 or 1343600. OLE color: 1343600.

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

Color convert

RGB 112 128 20 -
CMYK 0.12 0 0.84 0.50
HSL 68.89º 0.73% 0.29% -
HSV(B) 68.89º 0.84% 0.5% -
XYZ 14.53 18.93 3.55 -
YUV 110.9 76.7 128.78 -
System Red Green Blue C M Y K H S L
Decimal 112 128 20 0.12 0 0.84 0.50 68.89 0.73 0.29
Hex 70 80 14 C 0 54 32 45 49 1D
Octal 160 200 24 14 0 124 62 105 111 35
Binary 1110000 10000000 10100 1100 0 1010100 110010 1000101 1001001 11101

Color Harmonies of #708014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708014

Black with #708014

Text Example


Text Example

White with #708014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708014; }

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

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

background-color css

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

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

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

border-color css

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

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

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