#769E80

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

Shades of Oxley #769E80

Tints of Oxley #769E80

Color information

#769E80 (or 0x769E80) is unknown color: approx Oxley. HEX triplet: 76, 9E and 80. RGB value is (118,158,128). Sum of RGB (Red+Green+Blue) = 118+158+128=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 158 - color contains mainly: green. Hex color #769E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769E80 is #89617F. Grayscale: #8E8E8E. Windows color (decimal): -9003392 or 8429174. OLE color: 8429174.

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

Color convert

RGB118158128-
CMYK0.2500.190.38
HSL135º17.09%54.12%-
HSV(B)135º25.32%61.96%-
XYZ23.5929.8624.94-
YUV142.62119.75110.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.21%
GREEN value IS 158 (62.11% from 255) = 39.11%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=29.21%
G=39.11%
B=31.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181581280.2500.190.3813517.0954.12
Hex769E801901326871136
Octal16623620031023462072166
Binary11101101001111010000000110010100111001101000011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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