#7B9C96

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

Shades of Juniper #7B9C96

Tints of Juniper #7B9C96

Color information

#7B9C96 (or 0x7B9C96) is unknown color: approx Juniper. HEX triplet: 7B, 9C and 96. RGB value is (123,156,150). Sum of RGB (Red+Green+Blue) = 123+156+150=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 156 - color contains mainly: green. Hex color #7B9C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9C96 is #846369. Grayscale: #919191. Windows color (decimal): -8676202 or 9870459. OLE color: 9870459.

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

Color convert

RGB123156150-
CMYK0.2100.040.39
HSL169.09º14.29%54.71%-
HSV(B)169.09º21.15%61.18%-
XYZ25.5630.1933.33-
YUV145.45130.57111.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.67%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=28.67%
G=36.36%
B=34.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1231561500.2100.040.39169.0914.2954.71
Hex7B9C96150427a9e37
Octal1732342262504472511667
Binary11110111001110010010110101010100100111101010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,156,150); }

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

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

 a { background-color: rgb(123,156,150); }

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

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

 span { border-color: rgb(123,156,150); }

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