#7F9693

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

Shades of Juniper #7F9693

Tints of Juniper #7F9693

Color information

#7F9693 (or 0x7F9693) is unknown color: approx Juniper. HEX triplet: 7F, 96 and 93. RGB value is (127,150,147). Sum of RGB (Red+Green+Blue) = 127+150+147=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 150 - color contains mainly: green. Hex color #7F9693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9693 is #80696C. Grayscale: #8E8E8E. Windows color (decimal): -8415597 or 9672319. OLE color: 9672319.

HSL color Cylindrical-coordinate representation of color #7F9693: hue angle of 172.17º 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 #7F9693 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB127150147-
CMYK0.1500.020.41
HSL172.17º9.87%54.31%-
HSV(B)172.17º15.33%58.82%-
XYZ24.9328.4331.78-
YUV142.78130.38116.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.95%
GREEN value IS 150 (58.98% from 255) = 35.38%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=29.95%
G=35.38%
B=34.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1271501470.1500.020.41172.179.8754.31
Hex7F9693F0229aca36
Octal1772262231702512541266
Binary111111110010110100100111111010101001101011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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