#799C9A

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

Shades of Juniper #799C9A

Tints of Juniper #799C9A

Color information

#799C9A (or 0x799C9A) is unknown color: approx Juniper. HEX triplet: 79, 9C and 9A. RGB value is (121,156,154). Sum of RGB (Red+Green+Blue) = 121+156+154=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 156 - color contains mainly: green. Hex color #799C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799C9A is #866365. Grayscale: #919191. Windows color (decimal): -8807270 or 10132601. OLE color: 10132601.

HSL color Cylindrical-coordinate representation of color #799C9A: hue angle of 176.57º 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 #799C9A is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB121156154-
CMYK0.2200.010.39
HSL176.57º15.02%54.31%-
HSV(B)176.57º22.44%61.18%-
XYZ25.6130.1735.05-
YUV145.31132.9110.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.07%
GREEN value IS 156 (61.33% from 255) = 36.19%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=28.07%
G=36.19%
B=35.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211561540.2200.010.39176.5715.0254.31
Hex799C9A160127b1f36
Octal1712342322601472611766
Binary111100110011100100110101011001100111101100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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