#799999

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

Shades of Juniper #799999

Tints of Juniper #799999

Color information

#799999 (or 0x799999) is unknown color: approx Juniper. HEX triplet: 79, 99 and 99. RGB value is (121,153,153). Sum of RGB (Red+Green+Blue) = 121+153+153=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #799999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799999 is #866666. Grayscale: #8F8F8F. Windows color (decimal): -8808039 or 10066297. OLE color: 10066297.

HSL color Cylindrical-coordinate representation of color #799999: hue angle of 180º 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 #799999 is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB121153153-
CMYK0.21000.4
HSL180º13.56%53.73%-
HSV(B)180º20.92%60%-
XYZ25.0329.1534.44-
YUV143.43133.4112-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.34%
GREEN value IS 153 (60.16% from 255) = 35.83%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=28.34%
G=35.83%
B=35.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211531530.21000.418013.5653.73
Hex799999150028b4e36
Octal1712312312500502641666
Binary111100110011001100110011010100101000101101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799999; }

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

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

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

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

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

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

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

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