#689792

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

Shades of Juniper #689792

Tints of Juniper #689792

Color information

#689792 (or 0x689792) is unknown color: approx Juniper. HEX triplet: 68, 97 and 92. RGB value is (104,151,146). Sum of RGB (Red+Green+Blue) = 104+151+146=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #689792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689792 is #97686D. Grayscale: #888888. Windows color (decimal): -9922670 or 9607016. OLE color: 9607016.

HSL color Cylindrical-coordinate representation of color #689792: hue angle of 173.62º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689792 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB104151146-
CMYK0.3100.030.41
HSL173.62º18.43%50%-
HSV(B)173.62º31.13%59.22%-
XYZ21.9627.1531.28-
YUV136.38133.43104.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.94%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=25.94%
G=37.66%
B=36.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041511460.3100.030.41173.6218.4350
Hex6897921F0329ae1232
Octal1502272223703512562262
Binary11010001001011110010010111110111010011010111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689792; }

 p { color: rgb(104,151,146); }

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

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

 a { background-color: rgb(104,151,146); }

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

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

 span { border-color: rgb(104,151,146); }

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