#7F9695

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

Shades of Juniper #7F9695

Tints of Juniper #7F9695

Color information

#7F9695 (or 0x7F9695) is unknown color: approx Juniper. HEX triplet: 7F, 96 and 95. RGB value is (127,150,149). Sum of RGB (Red+Green+Blue) = 127+150+149=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 150 - color contains mainly: green. Hex color #7F9695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9695 is #80696A. Grayscale: #8E8E8E. Windows color (decimal): -8415595 or 9803391. OLE color: 9803391.

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

Color convert

RGB127150149-
CMYK0.1500.010.41
HSL177.39º9.87%54.31%-
HSV(B)177.39º15.33%58.82%-
XYZ25.0828.4932.61-
YUV143.01131.38116.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.81%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=29.81%
G=35.21%
B=34.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1271501490.1500.010.41177.399.8754.31
Hex7F9695F0129b1a36
Octal1772262251701512611266
Binary11111111001011010010101111101101001101100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,150,149); }

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

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

 a { background-color: rgb(127,150,149); }

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

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

 span { border-color: rgb(127,150,149); }

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