#769496

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

Shades of Juniper #769496

Tints of Juniper #769496

Color information

#769496 (or 0x769496) is unknown color: approx Juniper. HEX triplet: 76, 94 and 96. RGB value is (118,148,150). Sum of RGB (Red+Green+Blue) = 118+148+150=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 150 - color contains mainly: blue. Hex color #769496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769496 is #896B69. Grayscale: #8B8B8B. Windows color (decimal): -9005930 or 9868406. OLE color: 9868406.

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

Color convert

RGB118148150-
CMYK0.210.0100.41
HSL183.75º13.22%52.55%-
HSV(B)183.75º21.33%58.82%-
XYZ23.5727.2332.87-
YUV139.26134.06112.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 150 (58.98% from 255) = 36.06%
R=28.37%
G=35.58%
B=36.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181481500.210.0100.41183.7513.2252.55
Hex769496151029b8d35
Octal1662242262510512701565
Binary111011010010100100101101010110101001101110001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769496; }

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

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

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

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

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

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

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

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