#759B7F

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

Shades of Oxley #759B7F

Tints of Oxley #759B7F

Color information

#759B7F (or 0x759B7F) is unknown color: approx Oxley. HEX triplet: 75, 9B and 7F. RGB value is (117,155,127). Sum of RGB (Red+Green+Blue) = 117+155+127=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #759B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B7F is #8A6480. Grayscale: #8C8C8C. Windows color (decimal): -9069697 or 8362869. OLE color: 8362869.

HSL color Cylindrical-coordinate representation of color #759B7F: hue angle of 135.79º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759B7F is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB117155127-
CMYK0.2500.180.39
HSL135.79º15.97%53.33%-
HSV(B)135.79º24.52%60.78%-
XYZ22.8928.7624.42-
YUV140.45120.41111.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 127 (50% from 255) = 31.83%
R=29.32%
G=38.85%
B=31.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171551270.2500.180.39135.7915.9753.33
Hex759B7F1901227881035
Octal16523317731022472102065
Binary1110101100110111111111110010100101001111000100010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759B7F; }

 p { color: rgb(117,155,127); }

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

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

 a { background-color: rgb(117,155,127); }

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

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

 span { border-color: rgb(117,155,127); }

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