#75AD7C

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

Shades of Oxley #75AD7C

Tints of Oxley #75AD7C

Color information

#75AD7C (or 0x75AD7C) is unknown color: approx Oxley. HEX triplet: 75, AD and 7C. RGB value is (117,173,124). Sum of RGB (Red+Green+Blue) = 117+173+124=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD7C is #8A5283. Grayscale: #969696. Windows color (decimal): -9065092 or 8170869. OLE color: 8170869.

HSL color Cylindrical-coordinate representation of color #75AD7C: hue angle of 127.5º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75AD7C is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB117173124-
CMYK0.3200.280.32
HSL127.5º25.45%56.86%-
HSV(B)127.5º32.37%67.84%-
XYZ25.9235.1224.48-
YUV150.67112.95103.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 173 (67.97% from 255) = 41.79%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=28.26%
G=41.79%
B=29.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171731240.3200.280.32127.525.4556.86
Hex75AD7C2001C20801939
Octal16525517440034402003171
Binary11101011010110111111001000000111001000001000000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,173,124); }

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

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

 a { background-color: rgb(117,173,124); }

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

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

 span { border-color: rgb(117,173,124); }

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