#689995

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

Shades of Juniper #689995

Tints of Juniper #689995

Color information

#689995 (or 0x689995) is unknown color: approx Juniper. HEX triplet: 68, 99 and 95. RGB value is (104,153,149). Sum of RGB (Red+Green+Blue) = 104+153+149=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #689995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689995 is #97666A. Grayscale: #898989. Windows color (decimal): -9922155 or 9804136. OLE color: 9804136.

HSL color Cylindrical-coordinate representation of color #689995: hue angle of 175.1º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689995 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB104153149-
CMYK0.3200.030.4
HSL175.1º19.37%50.39%-
HSV(B)175.1º32.03%60%-
XYZ22.5227.932.63-
YUV137.89134.27103.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.62%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=25.62%
G=37.68%
B=36.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041531490.3200.030.4175.119.3750.39
Hex689995200328af1332
Octal1502312254003502572362
Binary110100010011001100101011000000111010001010111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689995; }

 p { color: rgb(104,153,149); }

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

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

 a { background-color: rgb(104,153,149); }

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

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

 span { border-color: rgb(104,153,149); }

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