#75A778

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

Shades of Oxley #75A778

Tints of Oxley #75A778

Color information

#75A778 (or 0x75A778) is unknown color: approx Oxley. HEX triplet: 75, A7 and 78. RGB value is (117,167,120). Sum of RGB (Red+Green+Blue) = 117+167+120=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 167 - color contains mainly: green. Hex color #75A778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A778 is #8A5887. Grayscale: #929292. Windows color (decimal): -9066632 or 7907189. OLE color: 7907189.

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

Color convert

RGB117167120-
CMYK0.3000.280.35
HSL123.6º22.12%55.69%-
HSV(B)123.6º29.94%65.49%-
XYZ24.5532.7822.8-
YUV146.69112.94106.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 167 (65.62% from 255) = 41.34%
BLUE value IS 120 (47.27% from 255) = 29.70%
R=28.96%
G=41.34%
B=29.70%

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
Decimal1171671200.3000.280.35123.622.1255.69
Hex75A7781E01C237c1638
Octal16524717036034431742670
Binary111010110100111111100011110011100100011111110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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