#799495

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

Shades of Juniper #799495

Tints of Juniper #799495

Color information

#799495 (or 0x799495) is unknown color: approx Juniper. HEX triplet: 79, 94 and 95. RGB value is (121,148,149). Sum of RGB (Red+Green+Blue) = 121+148+149=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 149 - color contains mainly: blue. Hex color #799495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799495 is #866B6A. Grayscale: #8C8C8C. Windows color (decimal): -8809323 or 9802873. OLE color: 9802873.

HSL color Cylindrical-coordinate representation of color #799495: hue angle of 182.14º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #799495 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB121148149-
CMYK0.190.0100.42
HSL182.14º11.67%52.94%-
HSV(B)182.14º18.79%58.43%-
XYZ23.927.4132.47-
YUV140.04133.05114.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.95%
GREEN value IS 148 (58.20% from 255) = 35.41%
BLUE value IS 149 (58.59% from 255) = 35.65%
R=28.95%
G=35.41%
B=35.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211481490.190.0100.42182.1411.6752.94
Hex79949513102Ab6c35
Octal1712242252310522661465
Binary111100110010100100101011001110101010101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799495; }

 p { color: rgb(121,148,149); }

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

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

 a { background-color: rgb(121,148,149); }

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

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

 span { border-color: rgb(121,148,149); }

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