#7A9492

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

Shades of Juniper #7A9492

Tints of Juniper #7A9492

Color information

#7A9492 (or 0x7A9492) is unknown color: approx Juniper. HEX triplet: 7A, 94 and 92. RGB value is (122,148,146). Sum of RGB (Red+Green+Blue) = 122+148+146=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 148 - color contains mainly: green. Hex color #7A9492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9492 is #856B6D. Grayscale: #8B8B8B. Windows color (decimal): -8743790 or 9606266. OLE color: 9606266.

HSL color Cylindrical-coordinate representation of color #7A9492: hue angle of 175.38º 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 #7A9492 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB122148146-
CMYK0.1800.010.42
HSL175.38º10.83%52.94%-
HSV(B)175.38º17.57%58.04%-
XYZ23.827.3931.23-
YUV140131.39115.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.33%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=29.33%
G=35.58%
B=35.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1221481460.1800.010.42175.3810.8352.94
Hex7A949212012Aafb35
Octal1722242222201522571365
Binary111101010010100100100101001001101010101011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,148,146); }

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

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

 a { background-color: rgb(122,148,146); }

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

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

 span { border-color: rgb(122,148,146); }

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