#7F9B97

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

Shades of Juniper #7F9B97

Tints of Juniper #7F9B97

Color information

#7F9B97 (or 0x7F9B97) is unknown color: approx Juniper. HEX triplet: 7F, 9B and 97. RGB value is (127,155,151). Sum of RGB (Red+Green+Blue) = 127+155+151=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 155 - color contains mainly: green. Hex color #7F9B97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9B97 is #806468. Grayscale: #929292. Windows color (decimal): -8414313 or 9935743. OLE color: 9935743.

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

Color convert

RGB127155151-
CMYK0.1800.030.39
HSL171.43º12.28%55.29%-
HSV(B)171.43º18.06%60.78%-
XYZ26.0630.1933.73-
YUV146.17130.72114.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.33%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 151 (59.38% from 255) = 34.87%
R=29.33%
G=35.80%
B=34.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1271551510.1800.030.39171.4312.2855.29
Hex7F9B97120327abc37
Octal1772332272203472531467
Binary1111111100110111001011110010011100111101010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,155,151); }

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

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

 a { background-color: rgb(127,155,151); }

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

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

 span { border-color: rgb(127,155,151); }

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