#769281

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

Shades of Oxley #769281

Tints of Oxley #769281

Color information

#769281 (or 0x769281) is unknown color: approx Oxley. HEX triplet: 76, 92 and 81. RGB value is (118,146,129). Sum of RGB (Red+Green+Blue) = 118+146+129=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #769281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769281 is #896D7E. Grayscale: #878787. Windows color (decimal): -9006463 or 8491638. OLE color: 8491638.

HSL color Cylindrical-coordinate representation of color #769281: hue angle of 143.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #769281 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB118146129-
CMYK0.1900.120.43
HSL143.57º11.38%51.76%-
HSV(B)143.57º19.18%57.25%-
XYZ21.7125.9924.64-
YUV135.69124.22115.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=30.03%
G=37.15%
B=32.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181461290.1900.120.43143.5711.3851.76
Hex769281130C2B90b34
Octal16622220123014532201364
Binary111011010010010100000011001101100101011100100001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769281; }

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

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

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

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

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

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

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

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