#799192

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

Shades of Juniper #799192

Tints of Juniper #799192

Color information

#799192 (or 0x799192) is unknown color: approx Juniper. HEX triplet: 79, 91 and 92. RGB value is (121,145,146). Sum of RGB (Red+Green+Blue) = 121+145+146=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 146 - color contains mainly: blue. Hex color #799192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799192 is #866E6D. Grayscale: #898989. Windows color (decimal): -8810094 or 9605497. OLE color: 9605497.

HSL color Cylindrical-coordinate representation of color #799192: hue angle of 182.4º 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 #799192 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB121145146-
CMYK0.170.0100.43
HSL182.4º10.29%52.35%-
HSV(B)182.4º17.12%57.25%-
XYZ23.226.3931.07-
YUV137.94132.55115.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.37%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=29.37%
G=35.19%
B=35.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211451460.170.0100.43182.410.2952.35
Hex79919211102Bb6a34
Octal1712212222110532661264
Binary111100110010001100100101000110101011101101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799192; }

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

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

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

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

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

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

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

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