#689892

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

Shades of Juniper #689892

Tints of Juniper #689892

Color information

#689892 (or 0x689892) is unknown color: approx Juniper. HEX triplet: 68, 98 and 92. RGB value is (104,152,146). Sum of RGB (Red+Green+Blue) = 104+152+146=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #689892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689892 is #97676D. Grayscale: #888888. Windows color (decimal): -9922414 or 9607272. OLE color: 9607272.

HSL color Cylindrical-coordinate representation of color #689892: hue angle of 172.5º 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 #689892 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB104152146-
CMYK0.3200.040.40
HSL172.5º18.9%50.2%-
HSV(B)172.5º31.58%59.61%-
XYZ22.1327.4731.33-
YUV136.96133.1104.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.87%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=25.87%
G=37.81%
B=36.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521460.3200.040.40172.518.950.2
Hex689892200428ac1332
Octal1502302224004502542362
Binary1101000100110001001001010000001001010001010110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689892; }

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

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

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

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

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

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

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

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