#7E9796

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

Shades of Juniper #7E9796

Tints of Juniper #7E9796

Color information

#7E9796 (or 0x7E9796) is unknown color: approx Juniper. HEX triplet: 7E, 97 and 96. RGB value is (126,151,150). Sum of RGB (Red+Green+Blue) = 126+151+150=427 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.51% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 151 - color contains mainly: green. Hex color #7E9796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9796 is #816869. Grayscale: #8F8F8F. Windows color (decimal): -8480874 or 9869182. OLE color: 9869182.

HSL color Cylindrical-coordinate representation of color #7E9796: hue angle of 177.6º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E9796 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB126151150-
CMYK0.1700.010.41
HSL177.6º10.73%54.31%-
HSV(B)177.6º16.56%59.22%-
XYZ25.1828.7733.08-
YUV143.41131.72115.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.51%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=29.51%
G=35.36%
B=35.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1261511500.1700.010.41177.610.7354.31
Hex7E9796110129b2b36
Octal1762272262101512621366
Binary111111010010111100101101000101101001101100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,151,150); }

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

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

 a { background-color: rgb(126,151,150); }

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

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

 span { border-color: rgb(126,151,150); }

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