#809995

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

Shades of Juniper #809995

Tints of Juniper #809995

Color information

#809995 (or 0x809995) is unknown color: approx Juniper. HEX triplet: 80, 99 and 95. RGB value is (128,153,149). Sum of RGB (Red+Green+Blue) = 128+153+149=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 153 - color contains mainly: green. Hex color #809995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809995 is #7F666A. Grayscale: #919191. Windows color (decimal): -8349291 or 9804160. OLE color: 9804160.

HSL color Cylindrical-coordinate representation of color #809995: hue angle of 170.4º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #809995 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB128153149-
CMYK0.1600.030.4
HSL170.4º10.92%55.1%-
HSV(B)170.4º16.34%60%-
XYZ25.7229.5432.78-
YUV145.07130.22115.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=29.77%
G=35.58%
B=34.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281531490.1600.030.4170.410.9255.1
Hex809995100328aab37
Octal2002312252003502521367
Binary10000000100110011001010110000011101000101010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809995; }

 p { color: rgb(128,153,149); }

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

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

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

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

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

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

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