#799191

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

Shades of Juniper #799191

Tints of Juniper #799191

Color information

#799191 (or 0x799191) is unknown color: approx Juniper. HEX triplet: 79, 91 and 91. RGB value is (121,145,145). Sum of RGB (Red+Green+Blue) = 121+145+145=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #799191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799191 is #866E6E. Grayscale: #898989. Windows color (decimal): -8810095 or 9539961. OLE color: 9539961.

HSL color Cylindrical-coordinate representation of color #799191: hue angle of 180º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #799191 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB121145145-
CMYK0.17000.43
HSL180º9.84%52.16%-
HSV(B)180º16.55%56.86%-
XYZ23.1226.3630.66-
YUV137.82132.05116-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.44%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 145 (57.03% from 255) = 35.28%
R=29.44%
G=35.28%
B=35.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211451450.17000.431809.8452.16
Hex79919111002Bb4a34
Octal1712212212100532641264
Binary111100110010001100100011000100101011101101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799191; }

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

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

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

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

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

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

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

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