#708027

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

Shades of Trendy Green #708027

Tints of Trendy Green #708027

Color information

#708027 (or 0x708027) is unknown color: approx Trendy Green. HEX triplet: 70, 80 and 27. RGB value is (112,128,39). Sum of RGB (Red+Green+Blue) = 112+128+39=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #708027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708027 is #8F7FD8. Grayscale: #717171. Windows color (decimal): -9404377 or 2588784. OLE color: 2588784.

HSL color Cylindrical-coordinate representation of color #708027: hue angle of 70.79º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #708027 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB11212839-
CMYK0.1200.700.50
HSL70.79º53.29%32.75%-
HSV(B)70.79º69.53%50.2%-
XYZ14.7719.034.81-
YUV113.0786.2127.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 39 (15.62% from 255) = 13.98%
R=40.14%
G=45.88%
B=13.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112128390.1200.700.5070.7953.2932.75
Hex708027C04632473521
Octal16020047140106621076541
Binary1110000100000001001111100010001101100101000111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708027; }

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

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

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

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

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

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

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

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