#659A93

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

Shades of Juniper #659A93

Tints of Juniper #659A93

Color information

#659A93 (or 0x659A93) is unknown color: approx Juniper. HEX triplet: 65, 9A and 93. RGB value is (101,154,147). Sum of RGB (Red+Green+Blue) = 101+154+147=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 154 - color contains mainly: green. Hex color #659A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659A93 is #9A656C. Grayscale: #898989. Windows color (decimal): -10118509 or 9673317. OLE color: 9673317.

HSL color Cylindrical-coordinate representation of color #659A93: hue angle of 172.08º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659A93 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB101154147-
CMYK0.3400.050.40
HSL172.08º20.78%50%-
HSV(B)172.08º34.42%60.39%-
XYZ22.1927.9831.84-
YUV137.35133.44102.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.12%
GREEN value IS 154 (60.55% from 255) = 38.31%
BLUE value IS 147 (57.81% from 255) = 36.57%
R=25.12%
G=38.31%
B=36.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011541470.3400.050.40172.0820.7850
Hex659A93220528ac1532
Octal1452322234205502542562
Binary1100101100110101001001110001001011010001010110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659A93; }

 p { color: rgb(101,154,147); }

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

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

 a { background-color: rgb(101,154,147); }

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

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

 span { border-color: rgb(101,154,147); }

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