#7A9692

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

Shades of Juniper #7A9692

Tints of Juniper #7A9692

Color information

#7A9692 (or 0x7A9692) is unknown color: approx Juniper. HEX triplet: 7A, 96 and 92. RGB value is (122,150,146). Sum of RGB (Red+Green+Blue) = 122+150+146=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 150 - color contains mainly: green. Hex color #7A9692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9692 is #85696D. Grayscale: #8D8D8D. Windows color (decimal): -8743278 or 9606778. OLE color: 9606778.

HSL color Cylindrical-coordinate representation of color #7A9692: hue angle of 171.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A9692 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB122150146-
CMYK0.1900.030.41
HSL171.43º11.76%53.33%-
HSV(B)171.43º18.67%58.82%-
XYZ24.1228.0331.33-
YUV141.17130.72114.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.19%
GREEN value IS 150 (58.98% from 255) = 35.89%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=29.19%
G=35.89%
B=34.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1221501460.1900.030.41171.4311.7653.33
Hex7A9692130329abc35
Octal1722262222303512531465
Binary1111010100101101001001010011011101001101010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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