#759879

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

Shades of Oxley #759879

Tints of Oxley #759879

Color information

#759879 (or 0x759879) is unknown color: approx Oxley. HEX triplet: 75, 98 and 79. RGB value is (117,152,121). Sum of RGB (Red+Green+Blue) = 117+152+121=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 152 - color contains mainly: green. Hex color #759879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759879 is #8A6786. Grayscale: #8A8A8A. Windows color (decimal): -9070471 or 7968885. OLE color: 7968885.

HSL color Cylindrical-coordinate representation of color #759879: hue angle of 126.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #759879 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB117152121-
CMYK0.2300.200.40
HSL126.86º14.52%52.75%-
HSV(B)126.86º23.03%59.61%-
XYZ22.0227.6222.26-
YUV138118.4113.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 152 (59.77% from 255) = 38.97%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=30%
G=38.97%
B=31.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171521210.2300.200.40126.8614.5252.75
Hex75987917014287ff35
Octal16523017127024501771765
Binary11101011001100011110011011101010010100011111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759879; }

 p { color: rgb(117,152,121); }

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

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

 a { background-color: rgb(117,152,121); }

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

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

 span { border-color: rgb(117,152,121); }

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