#7A9190

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

Shades of Juniper #7A9190

Tints of Juniper #7A9190

Color information

#7A9190 (or 0x7A9190) is unknown color: approx Juniper. HEX triplet: 7A, 91 and 90. RGB value is (122,145,144). Sum of RGB (Red+Green+Blue) = 122+145+144=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 145 - color contains mainly: green. Hex color #7A9190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9190 is #856E6F. Grayscale: #898989. Windows color (decimal): -8744560 or 9474426. OLE color: 9474426.

HSL color Cylindrical-coordinate representation of color #7A9190: hue angle of 177.39º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A9190 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB122145144-
CMYK0.1600.010.43
HSL177.39º9.47%52.35%-
HSV(B)177.39º15.86%56.86%-
XYZ23.1926.430.26-
YUV138.01131.38116.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.68%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=29.68%
G=35.28%
B=35.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1221451440.1600.010.43177.399.4752.35
Hex7A919010012Bb1934
Octal1722212202001532611164
Binary111101010010001100100001000001101011101100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A9190; }

 p { color: rgb(122,145,144); }

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

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

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

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

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

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

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