#769C85

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

Shades of Oxley #769C85

Tints of Oxley #769C85

Color information

#769C85 (or 0x769C85) is unknown color: approx Oxley. HEX triplet: 76, 9C and 85. RGB value is (118,156,133). Sum of RGB (Red+Green+Blue) = 118+156+133=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #769C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769C85 is #89637A. Grayscale: #8E8E8E. Windows color (decimal): -9003899 or 8756342. OLE color: 8756342.

HSL color Cylindrical-coordinate representation of color #769C85: hue angle of 143.68º 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 #769C85 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB118156133-
CMYK0.2400.150.39
HSL143.68º16.1%53.73%-
HSV(B)143.68º24.36%61.18%-
XYZ23.5929.3226.61-
YUV142.02122.91110.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.99%
GREEN value IS 156 (61.33% from 255) = 38.33%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=28.99%
G=38.33%
B=32.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181561330.2400.150.39143.6816.153.73
Hex769C85180F27901036
Octal16623420530017472202066
Binary1110110100111001000010111000011111001111001000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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