#799090

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

Shades of Juniper #799090

Tints of Juniper #799090

Color information

#799090 (or 0x799090) is unknown color: approx Juniper. HEX triplet: 79, 90 and 90. RGB value is (121,144,144). Sum of RGB (Red+Green+Blue) = 121+144+144=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #799090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799090 is #866F6F. Grayscale: #898989. Windows color (decimal): -8810352 or 9474169. OLE color: 9474169.

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

Color convert

RGB121144144-
CMYK0.16000.44
HSL180º9.39%51.96%-
HSV(B)180º15.97%56.47%-
XYZ22.8926.0330.2-
YUV137.12131.88116.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.58%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 144 (56.64% from 255) = 35.21%
R=29.58%
G=35.21%
B=35.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211441440.16000.441809.3951.96
Hex79909010002Cb4934
Octal1712202202000542641164
Binary111100110010000100100001000000101100101101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799090; }

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

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

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

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

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

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

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

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