#769C7F

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

Shades of Oxley #769C7F

Tints of Oxley #769C7F

Color information

#769C7F (or 0x769C7F) is unknown color: approx Oxley. HEX triplet: 76, 9C and 7F. RGB value is (118,156,127). Sum of RGB (Red+Green+Blue) = 118+156+127=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #769C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C7F is #896380. Grayscale: #8D8D8D. Windows color (decimal): -9003905 or 8363126. OLE color: 8363126.

HSL color Cylindrical-coordinate representation of color #769C7F: hue angle of 134.21º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769C7F is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB118156127-
CMYK0.2400.190.39
HSL134.21º16.1%53.73%-
HSV(B)134.21º24.36%61.18%-
XYZ23.1929.1624.49-
YUV141.33119.91111.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.43%
GREEN value IS 156 (61.33% from 255) = 38.90%
BLUE value IS 127 (50% from 255) = 31.67%
R=29.43%
G=38.90%
B=31.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181561270.2400.190.39134.2116.153.73
Hex769C7F1801327861036
Octal16623417730023472062066
Binary1110110100111001111111110000100111001111000011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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