#769A9B

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

Shades of Juniper #769A9B

Tints of Juniper #769A9B

Color information

#769A9B (or 0x769A9B) is unknown color: approx Juniper. HEX triplet: 76, 9A and 9B. RGB value is (118,154,155). Sum of RGB (Red+Green+Blue) = 118+154+155=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #769A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769A9B is #896564. Grayscale: #8F8F8F. Windows color (decimal): -9004389 or 10197622. OLE color: 10197622.

HSL color Cylindrical-coordinate representation of color #769A9B: hue angle of 181.62º 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 #769A9B is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118154155-
CMYK0.240.0100.39
HSL181.62º15.61%53.53%-
HSV(B)181.62º23.87%60.78%-
XYZ24.9429.3335.36-
YUV143.35134.57109.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.63%
GREEN value IS 154 (60.55% from 255) = 36.07%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=27.63%
G=36.07%
B=36.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181541550.240.0100.39181.6215.6153.53
Hex769A9B181027b61036
Octal1662322333010472662066
Binary1110110100110101001101111000101001111011011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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