#75AB78

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

Shades of Oxley #75AB78

Tints of Oxley #75AB78

Color information

#75AB78 (or 0x75AB78) is unknown color: approx Oxley. HEX triplet: 75, AB and 78. RGB value is (117,171,120). Sum of RGB (Red+Green+Blue) = 117+171+120=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AB78 is #8A5487. Grayscale: #959595. Windows color (decimal): -9065608 or 7908213. OLE color: 7908213.

HSL color Cylindrical-coordinate representation of color #75AB78: hue angle of 123.33º 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 #75AB78 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB117171120-
CMYK0.3200.300.33
HSL123.33º24.32%56.47%-
HSV(B)123.33º31.58%67.06%-
XYZ25.2934.2623.05-
YUV149.04111.61105.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=28.68%
G=41.91%
B=29.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171711200.3200.300.33123.3324.3256.47
Hex75AB782001E217b1838
Octal16525317040036411733070
Binary1110101101010111111000100000011110100001111101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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