#799294

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

Shades of Juniper #799294

Tints of Juniper #799294

Color information

#799294 (or 0x799294) is unknown color: approx Juniper. HEX triplet: 79, 92 and 94. RGB value is (121,146,148). Sum of RGB (Red+Green+Blue) = 121+146+148=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 148 - color contains mainly: blue. Hex color #799294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799294 is #866D6B. Grayscale: #8A8A8A. Windows color (decimal): -8809836 or 9736825. OLE color: 9736825.

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

Color convert

RGB121146148-
CMYK0.180.0100.42
HSL184.44º11.2%52.75%-
HSV(B)184.44º18.24%58.04%-
XYZ23.5126.7631.94-
YUV138.75133.22115.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.16%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 148 (58.20% from 255) = 35.66%
R=29.16%
G=35.18%
B=35.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211461480.180.0100.42184.4411.252.75
Hex79929412102Ab8b35
Octal1712222242210522701365
Binary111100110010010100101001001010101010101110001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799294; }

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

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

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

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

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

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

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

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