#75AB7E

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

Shades of Oxley #75AB7E

Tints of Oxley #75AB7E

Color information

#75AB7E (or 0x75AB7E) is unknown color: approx Oxley. HEX triplet: 75, AB and 7E. RGB value is (117,171,126). Sum of RGB (Red+Green+Blue) = 117+171+126=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AB7E is #8A5481. Grayscale: #959595. Windows color (decimal): -9065602 or 8301429. OLE color: 8301429.

HSL color Cylindrical-coordinate representation of color #75AB7E: hue angle of 130º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75AB7E is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB117171126-
CMYK0.3200.260.33
HSL130º24.32%56.47%-
HSV(B)130º31.58%67.06%-
XYZ25.6634.4125.03-
YUV149.72114.61104.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 171 (67.19% from 255) = 41.30%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=28.26%
G=41.30%
B=30.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171711260.3200.260.3313024.3256.47
Hex75AB7E2001A21821838
Octal16525317640032412023070
Binary11101011010101111111101000000110101000011000001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,171,126); }

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

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

 a { background-color: rgb(117,171,126); }

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

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

 span { border-color: rgb(117,171,126); }

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