#769E9C

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

Shades of Juniper #769E9C

Tints of Juniper #769E9C

Color information

#769E9C (or 0x769E9C) is unknown color: approx Juniper. HEX triplet: 76, 9E and 9C. RGB value is (118,158,156). Sum of RGB (Red+Green+Blue) = 118+158+156=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 158 - color contains mainly: green. Hex color #769E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769E9C is #896163. Grayscale: #919191. Windows color (decimal): -9003364 or 10264182. OLE color: 10264182.

HSL color Cylindrical-coordinate representation of color #769E9C: hue angle of 177º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769E9C is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB118158156-
CMYK0.2500.010.38
HSL177º17.09%54.12%-
HSV(B)177º25.32%61.96%-
XYZ25.730.7136.02-
YUV145.81133.75108.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.31%
GREEN value IS 158 (62.11% from 255) = 36.57%
BLUE value IS 156 (61.33% from 255) = 36.11%
R=27.31%
G=36.57%
B=36.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181581560.2500.010.3817717.0954.12
Hex769E9C190126b11136
Octal1662362343101462612166
Binary1110110100111101001110011001011001101011000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,158,156); }

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

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

 a { background-color: rgb(118,158,156); }

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

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

 span { border-color: rgb(118,158,156); }

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