#699595

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

Shades of Juniper #699595

Tints of Juniper #699595

Color information

#699595 (or 0x699595) is unknown color: approx Juniper. HEX triplet: 69, 95 and 95. RGB value is (105,149,149). Sum of RGB (Red+Green+Blue) = 105+149+149=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #699595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699595 is #966A6A. Grayscale: #878787. Windows color (decimal): -9857643 or 9803113. OLE color: 9803113.

HSL color Cylindrical-coordinate representation of color #699595: hue angle of 180º degrees, saturation: 0.17, 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 #699595 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105149149-
CMYK0.30000.42
HSL180º17.32%49.8%-
HSV(B)180º29.53%58.43%-
XYZ2226.6732.42-
YUV135.84135.42106-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.05%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=26.05%
G=36.97%
B=36.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051491490.30000.4218017.3249.8
Hex6995951E002Ab41132
Octal1512252253600522642162
Binary1101001100101011001010111110001010101011010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699595; }

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

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

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

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

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

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

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

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