#799194

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

Shades of Juniper #799194

Tints of Juniper #799194

Color information

#799194 (or 0x799194) is unknown color: approx Juniper. HEX triplet: 79, 91 and 94. RGB value is (121,145,148). Sum of RGB (Red+Green+Blue) = 121+145+148=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 148 - color contains mainly: blue. Hex color #799194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799194 is #866E6B. Grayscale: #8A8A8A. Windows color (decimal): -8810092 or 9736569. OLE color: 9736569.

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

Color convert

RGB121145148-
CMYK0.180.0200.42
HSL186.67º11.2%52.75%-
HSV(B)186.67º18.24%58.04%-
XYZ23.3626.4531.89-
YUV138.17133.55115.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.23%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 148 (58.20% from 255) = 35.75%
R=29.23%
G=35.02%
B=35.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211451480.180.0200.42186.6711.252.75
Hex79919412202Abbb35
Octal1712212242220522731365
Binary1111001100100011001010010010100101010101110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799194; }

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

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

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

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

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

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

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

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