#79948F

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

Shades of Juniper #79948F

Tints of Juniper #79948F

Color information

#79948F (or 0x79948F) is unknown color: approx Juniper. HEX triplet: 79, 94 and 8F. RGB value is (121,148,143). Sum of RGB (Red+Green+Blue) = 121+148+143=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 148 - color contains mainly: green. Hex color #79948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79948F is #866B70. Grayscale: #8B8B8B. Windows color (decimal): -8809329 or 9409657. OLE color: 9409657.

HSL color Cylindrical-coordinate representation of color #79948F: hue angle of 168.89º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #79948F is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB121148143-
CMYK0.1800.030.42
HSL168.89º11.2%52.75%-
HSV(B)168.89º18.24%58.04%-
XYZ23.4327.2330.01-
YUV139.36130.05114.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.37%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=29.37%
G=35.92%
B=34.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211481430.1800.030.42168.8911.252.75
Hex79948F12032Aa9b35
Octal1712242172203522511365
Binary1111001100101001000111110010011101010101010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79948F; }

 p { color: rgb(121,148,143); }

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

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

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

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

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

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

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