#799699

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

Shades of Juniper #799699

Tints of Juniper #799699

Color information

#799699 (or 0x799699) is unknown color: approx Juniper. HEX triplet: 79, 96 and 99. RGB value is (121,150,153). Sum of RGB (Red+Green+Blue) = 121+150+153=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #799699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799699 is #866966. Grayscale: #8D8D8D. Windows color (decimal): -8808807 or 10065529. OLE color: 10065529.

HSL color Cylindrical-coordinate representation of color #799699: hue angle of 185.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #799699 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB121150153-
CMYK0.210.0200.4
HSL185.62º13.56%53.73%-
HSV(B)185.62º20.92%60%-
XYZ24.5428.1834.28-
YUV141.67134.39113.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.54%
GREEN value IS 150 (58.98% from 255) = 35.38%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=28.54%
G=35.38%
B=36.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211501530.210.0200.4185.6213.5653.73
Hex799699152028bae36
Octal1712262312520502721666
Binary1111001100101101001100110101100101000101110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799699; }

 p { color: rgb(121,150,153); }

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

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

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

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

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

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

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