#7B9D98

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

Shades of Juniper #7B9D98

Tints of Juniper #7B9D98

Color information

#7B9D98 (or 0x7B9D98) is unknown color: approx Juniper. HEX triplet: 7B, 9D and 98. RGB value is (123,157,152). Sum of RGB (Red+Green+Blue) = 123+157+152=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 157 - color contains mainly: green. Hex color #7B9D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9D98 is #846267. Grayscale: #929292. Windows color (decimal): -8675944 or 10001787. OLE color: 10001787.

HSL color Cylindrical-coordinate representation of color #7B9D98: hue angle of 171.18º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B9D98 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB123157152-
CMYK0.2200.030.38
HSL171.18º14.78%54.9%-
HSV(B)171.18º21.66%61.57%-
XYZ25.8930.5934.25-
YUV146.26131.24111.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.47%
GREEN value IS 157 (61.72% from 255) = 36.34%
BLUE value IS 152 (59.77% from 255) = 35.19%
R=28.47%
G=36.34%
B=35.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1231571520.2200.030.38171.1814.7854.9
Hex7B9D98160326abf37
Octal1732352302603462531767
Binary1111011100111011001100010110011100110101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,157,152); }

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

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

 a { background-color: rgb(123,157,152); }

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

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

 span { border-color: rgb(123,157,152); }

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