#7B908F

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

Shades of Juniper #7B908F

Tints of Juniper #7B908F

Color information

#7B908F (or 0x7B908F) is unknown color: approx Juniper. HEX triplet: 7B, 90 and 8F. RGB value is (123,144,143). Sum of RGB (Red+Green+Blue) = 123+144+143=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 144 - color contains mainly: green. Hex color #7B908F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B908F is #846F70. Grayscale: #898989. Windows color (decimal): -8679281 or 9408635. OLE color: 9408635.

HSL color Cylindrical-coordinate representation of color #7B908F: hue angle of 177.14º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B908F is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB123144143-
CMYK0.1500.010.44
HSL177.14º8.64%52.35%-
HSV(B)177.14º14.58%56.47%-
XYZ23.126.1429.81-
YUV137.61131.04117.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 143 (56.25% from 255) = 34.88%
R=30%
G=35.12%
B=34.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1231441430.1500.010.44177.148.6452.35
Hex7B908FF012Cb1934
Octal1732202171701542611164
Binary11110111001000010001111111101101100101100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,144,143); }

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

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

 a { background-color: rgb(123,144,143); }

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

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

 span { border-color: rgb(123,144,143); }

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