#699391

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

Shades of Juniper #699391

Tints of Juniper #699391

Color information

#699391 (or 0x699391) is unknown color: approx Juniper. HEX triplet: 69, 93 and 91. RGB value is (105,147,145). Sum of RGB (Red+Green+Blue) = 105+147+145=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #699391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699391 is #966C6E. Grayscale: #868686. Windows color (decimal): -9858159 or 9540457. OLE color: 9540457.

HSL color Cylindrical-coordinate representation of color #699391: hue angle of 177.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699391 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB105147145-
CMYK0.2900.010.42
HSL177.14º16.67%49.41%-
HSV(B)177.14º28.57%57.65%-
XYZ21.3725.9230.66-
YUV134.21134.09107.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 145 (57.03% from 255) = 36.52%
R=26.45%
G=37.03%
B=36.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471450.2900.010.42177.1416.6749.41
Hex6993911D012Ab11131
Octal1512232213501522612161
Binary1101001100100111001000111101011010101011000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699391; }

 p { color: rgb(105,147,145); }

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

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

 a { background-color: rgb(105,147,145); }

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

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

 span { border-color: rgb(105,147,145); }

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