#799595

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

Shades of Juniper #799595

Tints of Juniper #799595

Color information

#799595 (or 0x799595) is unknown color: approx Juniper. HEX triplet: 79, 95 and 95. RGB value is (121,149,149). Sum of RGB (Red+Green+Blue) = 121+149+149=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #799595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799595 is #866A6A. Grayscale: #8C8C8C. Windows color (decimal): -8809067 or 9803129. OLE color: 9803129.

HSL color Cylindrical-coordinate representation of color #799595: hue angle of 180º 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 #799595 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB121149149-
CMYK0.19000.42
HSL180º11.67%52.94%-
HSV(B)180º18.79%58.43%-
XYZ24.0627.7332.52-
YUV140.63132.72114-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.88%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=28.88%
G=35.56%
B=35.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211491490.19000.4218011.6752.94
Hex79959513002Ab4c35
Octal1712252252300522641465
Binary111100110010101100101011001100101010101101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799595; }

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

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

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

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

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

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

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

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