#699392

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

Shades of Juniper #699392

Tints of Juniper #699392

Color information

#699392 (or 0x699392) is unknown color: approx Juniper. HEX triplet: 69, 93 and 92. RGB value is (105,147,146). Sum of RGB (Red+Green+Blue) = 105+147+146=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #699392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699392 is #966C6D. Grayscale: #868686. Windows color (decimal): -9858158 or 9605993. OLE color: 9605993.

HSL color Cylindrical-coordinate representation of color #699392: hue angle of 178.57º 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 #699392 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB105147146-
CMYK0.2900.010.42
HSL178.57º16.67%49.41%-
HSV(B)178.57º28.57%57.65%-
XYZ21.4525.9531.07-
YUV134.33134.59107.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.38%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 146 (57.42% from 255) = 36.68%
R=26.38%
G=36.93%
B=36.68%

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
Decimal1051471460.2900.010.42178.5716.6749.41
Hex6993921D012Ab31131
Octal1512232223501522632161
Binary1101001100100111001001011101011010101011001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699392; }

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

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

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

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

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

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

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

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