#689592

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

Shades of Juniper #689592

Tints of Juniper #689592

Color information

#689592 (or 0x689592) is unknown color: approx Juniper. HEX triplet: 68, 95 and 92. RGB value is (104,149,146). Sum of RGB (Red+Green+Blue) = 104+149+146=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #689592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689592 is #976A6D. Grayscale: #878787. Windows color (decimal): -9923182 or 9606504. OLE color: 9606504.

HSL color Cylindrical-coordinate representation of color #689592: hue angle of 176º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689592 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB104149146-
CMYK0.3000.020.42
HSL176º17.79%49.61%-
HSV(B)176º30.2%58.43%-
XYZ21.6426.5131.17-
YUV135.2134.09105.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.07%
GREEN value IS 149 (58.59% from 255) = 37.34%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=26.07%
G=37.34%
B=36.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041491460.3000.020.4217617.7949.61
Hex6895921E022Ab01232
Octal1502252223602522602262
Binary11010001001010110010010111100101010101011000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689592; }

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

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

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

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

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

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

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

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