#769B96

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

Shades of Juniper #769B96

Tints of Juniper #769B96

Color information

#769B96 (or 0x769B96) is unknown color: approx Juniper. HEX triplet: 76, 9B and 96. RGB value is (118,155,150). Sum of RGB (Red+Green+Blue) = 118+155+150=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #769B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769B96 is #896469. Grayscale: #8F8F8F. Windows color (decimal): -9004138 or 9870198. OLE color: 9870198.

HSL color Cylindrical-coordinate representation of color #769B96: hue angle of 171.89º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769B96 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB118155150-
CMYK0.2400.030.39
HSL171.89º15.61%53.53%-
HSV(B)171.89º23.87%60.78%-
XYZ24.729.533.25-
YUV143.37131.74109.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=27.90%
G=36.64%
B=35.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181551500.2400.030.39171.8915.6153.53
Hex769B96180327ac1036
Octal1662332263003472542066
Binary11101101001101110010110110000111001111010110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769B96; }

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

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

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

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

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

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

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

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