#769E84

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

Shades of Oxley #769E84

Tints of Oxley #769E84

Color information

#769E84 (or 0x769E84) is unknown color: approx Oxley. HEX triplet: 76, 9E and 84. RGB value is (118,158,132). Sum of RGB (Red+Green+Blue) = 118+158+132=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 158 - color contains mainly: green. Hex color #769E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769E84 is #89617B. Grayscale: #8F8F8F. Windows color (decimal): -9003388 or 8691318. OLE color: 8691318.

HSL color Cylindrical-coordinate representation of color #769E84: hue angle of 141º 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 #769E84 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB118158132-
CMYK0.2500.160.38
HSL141º17.09%54.12%-
HSV(B)141º25.32%61.96%-
XYZ23.8629.9726.36-
YUV143.08121.75110.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.92%
GREEN value IS 158 (62.11% from 255) = 38.73%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=28.92%
G=38.73%
B=32.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181581320.2500.160.3814117.0954.12
Hex769E8419010268d1136
Octal16623620431020462152166
Binary11101101001111010000100110010100001001101000110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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