#769396

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

Shades of Juniper #769396

Tints of Juniper #769396

Color information

#769396 (or 0x769396) is unknown color: approx Juniper. HEX triplet: 76, 93 and 96. RGB value is (118,147,150). Sum of RGB (Red+Green+Blue) = 118+147+150=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 150 - color contains mainly: blue. Hex color #769396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769396 is #896C69. Grayscale: #8A8A8A. Windows color (decimal): -9006186 or 9868150. OLE color: 9868150.

HSL color Cylindrical-coordinate representation of color #769396: hue angle of 185.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769396 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB118147150-
CMYK0.210.0200.41
HSL185.62º13.22%52.55%-
HSV(B)185.62º21.33%58.82%-
XYZ23.4126.9232.82-
YUV138.67134.39113.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.43%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=28.43%
G=35.42%
B=36.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181471500.210.0200.41185.6213.2252.55
Hex769396152029bad35
Octal1662232262520512721565
Binary1110110100100111001011010101100101001101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769396; }

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

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

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

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

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

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

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

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