#768E80

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

Shades of Oxley #768E80

Tints of Oxley #768E80

Color information

#768E80 (or 0x768E80) is unknown color: approx Oxley. HEX triplet: 76, 8E and 80. RGB value is (118,142,128). Sum of RGB (Red+Green+Blue) = 118+142+128=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 142 - color contains mainly: green. Hex color #768E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768E80 is #89717F. Grayscale: #858585. Windows color (decimal): -9007488 or 8425078. OLE color: 8425078.

HSL color Cylindrical-coordinate representation of color #768E80: hue angle of 145º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #768E80 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB118142128-
CMYK0.1700.100.44
HSL145º9.6%50.98%-
HSV(B)145º16.9%55.69%-
XYZ21.0424.7624.09-
YUV133.23125.05117.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.41%
GREEN value IS 142 (55.86% from 255) = 36.60%
BLUE value IS 128 (50.39% from 255) = 32.99%
R=30.41%
G=36.60%
B=32.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181421280.1700.100.441459.650.98
Hex768E80110A2C91a33
Octal16621620021012542211263
Binary111011010001110100000001000101010101100100100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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