#769F7F

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

Shades of Oxley #769F7F

Tints of Oxley #769F7F

Color information

#769F7F (or 0x769F7F) is unknown color: approx Oxley. HEX triplet: 76, 9F and 7F. RGB value is (118,159,127). Sum of RGB (Red+Green+Blue) = 118+159+127=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #769F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F7F is #896080. Grayscale: #8F8F8F. Windows color (decimal): -9003137 or 8363894. OLE color: 8363894.

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

Color convert

RGB118159127-
CMYK0.2600.200.38
HSL133.17º17.6%54.31%-
HSV(B)133.17º25.79%62.35%-
XYZ23.730.1824.65-
YUV143.09118.92110.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.21%
GREEN value IS 159 (62.5% from 255) = 39.36%
BLUE value IS 127 (50% from 255) = 31.44%
R=29.21%
G=39.36%
B=31.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181591270.2600.200.38133.1717.654.31
Hex769F7F1A01426851236
Octal16623717732024462052266
Binary1110110100111111111111110100101001001101000010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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