#7B928F

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

Shades of Juniper #7B928F

Tints of Juniper #7B928F

Color information

#7B928F (or 0x7B928F) is unknown color: approx Juniper. HEX triplet: 7B, 92 and 8F. RGB value is (123,146,143). Sum of RGB (Red+Green+Blue) = 123+146+143=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 146 - color contains mainly: green. Hex color #7B928F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B928F is #846D70. Grayscale: #8A8A8A. Windows color (decimal): -8678769 or 9409147. OLE color: 9409147.

HSL color Cylindrical-coordinate representation of color #7B928F: hue angle of 172.17º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B928F is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB123146143-
CMYK0.1600.020.43
HSL172.17º9.54%52.75%-
HSV(B)172.17º15.75%57.25%-
XYZ23.4126.7529.92-
YUV138.78130.38116.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.85%
GREEN value IS 146 (57.42% from 255) = 35.44%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=29.85%
G=35.44%
B=34.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1231461430.1600.020.43172.179.5452.75
Hex7B928F10022Baca35
Octal1732222172002532541265
Binary1111011100100101000111110000010101011101011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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