#7F9290

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

Shades of Juniper #7F9290

Tints of Juniper #7F9290

Color information

#7F9290 (or 0x7F9290) is unknown color: approx Juniper. HEX triplet: 7F, 92 and 90. RGB value is (127,146,144). Sum of RGB (Red+Green+Blue) = 127+146+144=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 146 - color contains mainly: green. Hex color #7F9290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9290 is #806D6F. Grayscale: #8C8C8C. Windows color (decimal): -8416624 or 9474687. OLE color: 9474687.

HSL color Cylindrical-coordinate representation of color #7F9290: hue angle of 173.68º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F9290 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB127146144-
CMYK0.1300.010.43
HSL173.68º8.02%53.53%-
HSV(B)173.68º13.01%57.25%-
XYZ24.0727.0830.34-
YUV140.09130.21118.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.46%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=30.46%
G=35.01%
B=34.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1271461440.1300.010.43173.688.0253.53
Hex7F9290D012Bae836
Octal1772222201501532561066
Binary11111111001001010010000110101101011101011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,146,144); }

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

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

 a { background-color: rgb(127,146,144); }

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

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

 span { border-color: rgb(127,146,144); }

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