#75A678

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

Shades of Oxley #75A678

Tints of Oxley #75A678

Color information

#75A678 (or 0x75A678) is unknown color: approx Oxley. HEX triplet: 75, A6 and 78. RGB value is (117,166,120). Sum of RGB (Red+Green+Blue) = 117+166+120=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 166 - color contains mainly: green. Hex color #75A678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A678 is #8A5987. Grayscale: #929292. Windows color (decimal): -9066888 or 7906933. OLE color: 7906933.

HSL color Cylindrical-coordinate representation of color #75A678: hue angle of 123.67º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A678 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB117166120-
CMYK0.3000.280.35
HSL123.67º21.59%55.49%-
HSV(B)123.67º29.52%65.1%-
XYZ24.3632.4122.74-
YUV146.1113.27107.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 120 (47.27% from 255) = 29.78%
R=29.03%
G=41.19%
B=29.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171661200.3000.280.35123.6721.5955.49
Hex75A6781E01C237c1637
Octal16524617036034431742667
Binary111010110100110111100011110011100100011111110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A678; }

 p { color: rgb(117,166,120); }

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

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

 a { background-color: rgb(117,166,120); }

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

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

 span { border-color: rgb(117,166,120); }

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