#809090

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

Shades of Juniper #809090

Tints of Juniper #809090

Color information

#809090 (or 0x809090) is unknown color: approx Juniper. HEX triplet: 80, 90 and 90. RGB value is (128,144,144). Sum of RGB (Red+Green+Blue) = 128+144+144=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #809090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809090 is #7F6F6F. Grayscale: #8B8B8B. Windows color (decimal): -8351600 or 9474176. OLE color: 9474176.

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

Color convert

RGB128144144-
CMYK0.11000.44
HSL180º6.72%53.33%-
HSV(B)180º11.11%56.47%-
XYZ23.9126.5530.25-
YUV139.22130.7120-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.77%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=30.77%
G=34.62%
B=34.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281441440.11000.441806.7253.33
Hex809090B002Cb4735
Octal200220220130054264765
Binary10000000100100001001000010110010110010110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809090; }

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

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

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

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

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

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

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

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