#79908D

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

Shades of Juniper #79908D

Tints of Juniper #79908D

Color information

#79908D (or 0x79908D) is unknown color: approx Juniper. HEX triplet: 79, 90 and 8D. RGB value is (121,144,141). Sum of RGB (Red+Green+Blue) = 121+144+141=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 144 - color contains mainly: green. Hex color #79908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79908D is #866F72. Grayscale: #888888. Windows color (decimal): -8810355 or 9277561. OLE color: 9277561.

HSL color Cylindrical-coordinate representation of color #79908D: hue angle of 172.17º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #79908D is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB121144141-
CMYK0.1600.020.44
HSL172.17º9.39%51.96%-
HSV(B)172.17º15.97%56.47%-
XYZ22.6725.9329.01-
YUV136.78130.38116.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.80%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=29.80%
G=35.47%
B=34.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211441410.1600.020.44172.179.3951.96
Hex79908D10022Cac934
Octal1712202152002542541164
Binary1111001100100001000110110000010101100101011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79908D; }

 p { color: rgb(121,144,141); }

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

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

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

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

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

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

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