#708117

Color #708117 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #708117

Tints of Trendy Green #708117

Color information

#708117 (or 0x708117) is unknown color: approx Trendy Green. HEX triplet: 70, 81 and 17. RGB value is (112,129,23). Sum of RGB (Red+Green+Blue) = 112+129+23=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #708117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708117 is #8F7EE8. Grayscale: #707070. Windows color (decimal): -9404137 or 1540464. OLE color: 1540464.

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

Color convert

RGB11212923-
CMYK0.1300.820.49
HSL69.62º69.74%29.8%-
HSV(B)69.62º82.17%50.59%-
XYZ14.6919.213.74-
YUV111.8377.87128.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 129 (50.78% from 255) = 48.86%
BLUE value IS 23 (9.38% from 255) = 8.71%
R=42.42%
G=48.86%
B=8.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112129230.1300.820.4969.6269.7429.8
Hex708117D0523146461e
Octal160201271501226110610636
Binary111000010000001101111101010100101100011000110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708117; }

 p { color: rgb(112,129,23); }

 H1.HeaderClassName
 {
   color: #708117;
 }
 .AnyTagClassName
 {
   color: #708117;
 }
</style>
background-color css

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

 a { background-color: rgb(112,129,23); }

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

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

 span { border-color: rgb(112,129,23); }

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