#769580

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

Shades of Oxley #769580

Tints of Oxley #769580

Color information

#769580 (or 0x769580) is unknown color: approx Oxley. HEX triplet: 76, 95 and 80. RGB value is (118,149,128). Sum of RGB (Red+Green+Blue) = 118+149+128=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #769580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769580 is #896A7F. Grayscale: #898989. Windows color (decimal): -9005696 or 8426870. OLE color: 8426870.

HSL color Cylindrical-coordinate representation of color #769580: hue angle of 139.35º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769580 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB118149128-
CMYK0.2100.140.42
HSL139.35º12.76%52.35%-
HSV(B)139.35º20.81%58.43%-
XYZ22.1126.924.45-
YUV137.34122.73114.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=29.87%
G=37.72%
B=32.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491280.2100.140.42139.3512.7652.35
Hex769580150E2A8bd34
Octal16622520025016522131564
Binary111011010010101100000001010101110101010100010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769580; }

 p { color: rgb(118,149,128); }

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

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

 a { background-color: rgb(118,149,128); }

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

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

 span { border-color: rgb(118,149,128); }

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