#769395

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

Shades of Juniper #769395

Tints of Juniper #769395

Color information

#769395 (or 0x769395) is unknown color: approx Juniper. HEX triplet: 76, 93 and 95. RGB value is (118,147,149). Sum of RGB (Red+Green+Blue) = 118+147+149=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 149 - color contains mainly: blue. Hex color #769395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769395 is #896C6A. Grayscale: #8A8A8A. Windows color (decimal): -9006187 or 9802614. OLE color: 9802614.

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

Color convert

RGB118147149-
CMYK0.210.0100.42
HSL183.87º12.76%52.35%-
HSV(B)183.87º20.81%58.43%-
XYZ23.3326.8932.39-
YUV138.56133.89113.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.50%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 149 (58.59% from 255) = 35.99%
R=28.50%
G=35.51%
B=35.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181471490.210.0100.42183.8712.7652.35
Hex76939515102Ab8d34
Octal1662232252510522701564
Binary111011010010011100101011010110101010101110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769395; }

 p { color: rgb(118,147,149); }

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

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

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

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

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

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

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