#769F7E

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

Shades of Oxley #769F7E

Tints of Oxley #769F7E

Color information

#769F7E (or 0x769F7E) is unknown color: approx Oxley. HEX triplet: 76, 9F and 7E. RGB value is (118,159,126). Sum of RGB (Red+Green+Blue) = 118+159+126=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 159 - color contains mainly: green. Hex color #769F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F7E is #896081. Grayscale: #8F8F8F. Windows color (decimal): -9003138 or 8298358. OLE color: 8298358.

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

Color convert

RGB118159126-
CMYK0.2600.210.38
HSL131.71º17.6%54.31%-
HSV(B)131.71º25.79%62.35%-
XYZ23.6430.1524.31-
YUV142.98118.42110.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.28%
GREEN value IS 159 (62.5% from 255) = 39.45%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=29.28%
G=39.45%
B=31.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181591260.2600.210.38131.7117.654.31
Hex769F7E1A01526841236
Octal16623717632025462042266
Binary1110110100111111111110110100101011001101000010010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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