#75AB7B

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

Shades of Oxley #75AB7B

Tints of Oxley #75AB7B

Color information

#75AB7B (or 0x75AB7B) is unknown color: approx Oxley. HEX triplet: 75, AB and 7B. RGB value is (117,171,123). Sum of RGB (Red+Green+Blue) = 117+171+123=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AB7B is #8A5484. Grayscale: #959595. Windows color (decimal): -9065605 or 8104821. OLE color: 8104821.

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

Color convert

RGB117171123-
CMYK0.3200.280.33
HSL126.67º24.32%56.47%-
HSV(B)126.67º31.58%67.06%-
XYZ25.4734.3424.02-
YUV149.38113.11104.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.47%
GREEN value IS 171 (67.19% from 255) = 41.61%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=28.47%
G=41.61%
B=29.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171711230.3200.280.33126.6724.3256.47
Hex75AB7B2001C217f1838
Octal16525317340034411773070
Binary1110101101010111111011100000011100100001111111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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