#809014

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

Shades of Trendy Green #809014

Tints of Trendy Green #809014

Color information

#809014 (or 0x809014) is unknown color: approx Trendy Green. HEX triplet: 80, 90 and 14. RGB value is (128,144,20). Sum of RGB (Red+Green+Blue) = 128+144+20=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #809014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809014 is #7F6FEB. Grayscale: #7D7D7D. Windows color (decimal): -8351724 or 1347712. OLE color: 1347712.

HSL color Cylindrical-coordinate representation of color #809014: hue angle of 67.74º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #809014 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB12814420-
CMYK0.1100.860.44
HSL67.74º75.61%32.16%-
HSV(B)67.74º86.11%56.47%-
XYZ1924.594.41-
YUV125.0868.7130.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 144 (56.64% from 255) = 49.32%
BLUE value IS 20 (8.20% from 255) = 6.85%
R=43.84%
G=49.32%
B=6.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128144200.1100.860.4467.7475.6132.16
Hex809014B0562C444c20
Octal200220241301265410411440
Binary10000000100100001010010110101011010110010001001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809014; }

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

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

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

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

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

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

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

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