#699191

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

Shades of Juniper #699191

Tints of Juniper #699191

Color information

#699191 (or 0x699191) is unknown color: approx Juniper. HEX triplet: 69, 91 and 91. RGB value is (105,145,145). Sum of RGB (Red+Green+Blue) = 105+145+145=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #699191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699191 is #966E6E. Grayscale: #858585. Windows color (decimal): -9858671 or 9539945. OLE color: 9539945.

HSL color Cylindrical-coordinate representation of color #699191: hue angle of 180º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699191 is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB105145145-
CMYK0.28000.43
HSL180º16%49.02%-
HSV(B)180º27.59%56.86%-
XYZ21.0625.330.56-
YUV133.04134.75108-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.58%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 145 (57.03% from 255) = 36.71%
R=26.58%
G=36.71%
B=36.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051451450.28000.431801649.02
Hex6991911C002Bb41031
Octal1512212213400532642061
Binary1101001100100011001000111100001010111011010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699191; }

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

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

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

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

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

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

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

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