#769F81

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

Shades of Oxley #769F81

Tints of Oxley #769F81

Color information

#769F81 (or 0x769F81) is unknown color: approx Oxley. HEX triplet: 76, 9F and 81. RGB value is (118,159,129). Sum of RGB (Red+Green+Blue) = 118+159+129=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 159 - color contains mainly: green. Hex color #769F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769F81 is #89607E. Grayscale: #8F8F8F. Windows color (decimal): -9003135 or 8494966. OLE color: 8494966.

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

Color convert

RGB118159129-
CMYK0.2600.190.38
HSL136.1º17.6%54.31%-
HSV(B)136.1º25.79%62.35%-
XYZ23.8330.2325.35-
YUV143.32119.92109.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 159 (62.5% from 255) = 39.16%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=29.06%
G=39.16%
B=31.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181591290.2600.190.38136.117.654.31
Hex769F811A01326881236
Octal16623720132023462102266
Binary11101101001111110000001110100100111001101000100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,159,129); }

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

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

 a { background-color: rgb(118,159,129); }

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

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

 span { border-color: rgb(118,159,129); }

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