#79908E

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

Shades of Juniper #79908E

Tints of Juniper #79908E

Color information

#79908E (or 0x79908E) is unknown color: approx Juniper. HEX triplet: 79, 90 and 8E. RGB value is (121,144,142). Sum of RGB (Red+Green+Blue) = 121+144+142=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 144 - color contains mainly: green. Hex color #79908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79908E is #866F71. Grayscale: #888888. Windows color (decimal): -8810354 or 9343097. OLE color: 9343097.

HSL color Cylindrical-coordinate representation of color #79908E: hue angle of 174.78º 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 #79908E is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB121144142-
CMYK0.1600.010.44
HSL174.78º9.39%51.96%-
HSV(B)174.78º15.97%56.47%-
XYZ22.7425.9629.4-
YUV136.89130.88116.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.73%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=29.73%
G=35.38%
B=34.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211441420.1600.010.44174.789.3951.96
Hex79908E10012Caf934
Octal1712202162001542571164
Binary111100110010000100011101000001101100101011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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