#678989

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

Shades of Juniper #678989

Tints of Juniper #678989

Color information

#678989 (or 0x678989) is unknown color: approx Juniper. HEX triplet: 67, 89 and 89. RGB value is (103,137,137). Sum of RGB (Red+Green+Blue) = 103+137+137=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #678989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678989 is #987676. Grayscale: #7E7E7E. Windows color (decimal): -9991799 or 9013607. OLE color: 9013607.

HSL color Cylindrical-coordinate representation of color #678989: hue angle of 180º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #678989 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB103137137-
CMYK0.25000.46
HSL180º14.17%47.06%-
HSV(B)180º24.82%53.73%-
XYZ19.0522.5827.02-
YUV126.83133.74111-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.32%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 137 (53.91% from 255) = 36.34%
R=27.32%
G=36.34%
B=36.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1031371370.25000.4618014.1747.06
Hex67898919002Eb4e2f
Octal1472112113100562641657
Binary110011110001001100010011100100101110101101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678989; }

 p { color: rgb(103,137,137); }

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

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

 a { background-color: rgb(103,137,137); }

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

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

 span { border-color: rgb(103,137,137); }

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