#799C99

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

Shades of Juniper #799C99

Tints of Juniper #799C99

Color information

#799C99 (or 0x799C99) is unknown color: approx Juniper. HEX triplet: 79, 9C and 99. RGB value is (121,156,153). Sum of RGB (Red+Green+Blue) = 121+156+153=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 156 - color contains mainly: green. Hex color #799C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799C99 is #866366. Grayscale: #919191. Windows color (decimal): -8807271 or 10067065. OLE color: 10067065.

HSL color Cylindrical-coordinate representation of color #799C99: hue angle of 174.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #799C99 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB121156153-
CMYK0.2200.020.39
HSL174.86º15.02%54.31%-
HSV(B)174.86º22.44%61.18%-
XYZ25.5230.1434.61-
YUV145.19132.4110.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.14%
GREEN value IS 156 (61.33% from 255) = 36.28%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=28.14%
G=36.28%
B=35.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211561530.2200.020.39174.8615.0254.31
Hex799C99160227aff36
Octal1712342312602472571766
Binary1111001100111001001100110110010100111101011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799C99; }

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

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

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

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

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

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

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

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