#699492

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

Shades of Juniper #699492

Tints of Juniper #699492

Color information

#699492 (or 0x699492) is unknown color: approx Juniper. HEX triplet: 69, 94 and 92. RGB value is (105,148,146). Sum of RGB (Red+Green+Blue) = 105+148+146=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #699492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699492 is #966B6D. Grayscale: #868686. Windows color (decimal): -9857902 or 9606249. OLE color: 9606249.

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

Color convert

RGB105148146-
CMYK0.2900.010.42
HSL177.21º17%49.61%-
HSV(B)177.21º29.05%58.04%-
XYZ21.626.2631.12-
YUV134.92134.25106.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=26.32%
G=37.09%
B=36.59%

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
Decimal1051481460.2900.010.42177.211749.61
Hex6994921D012Ab11132
Octal1512242223501522612162
Binary1101001100101001001001011101011010101011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699492; }

 p { color: rgb(105,148,146); }

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

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

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

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

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

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

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