#769081

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

Shades of Oxley #769081

Tints of Oxley #769081

Color information

#769081 (or 0x769081) is unknown color: approx Oxley. HEX triplet: 76, 90 and 81. RGB value is (118,144,129). Sum of RGB (Red+Green+Blue) = 118+144+129=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #769081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769081 is #896F7E. Grayscale: #868686. Windows color (decimal): -9006975 or 8491126. OLE color: 8491126.

HSL color Cylindrical-coordinate representation of color #769081: hue angle of 145.38º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #769081 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB118144129-
CMYK0.1800.100.44
HSL145.38º10.48%51.37%-
HSV(B)145.38º18.06%56.47%-
XYZ21.4125.3824.54-
YUV134.52124.89116.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=30.18%
G=36.83%
B=32.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181441290.1800.100.44145.3810.4851.37
Hex769081120A2C91a33
Octal16622020122012542211263
Binary111011010010000100000011001001010101100100100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769081; }

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

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

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

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

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

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

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

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