#749E7A

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

Shades of Oxley #749E7A

Tints of Oxley #749E7A

Color information

#749E7A (or 0x749E7A) is unknown color: approx Oxley. HEX triplet: 74, 9E and 7A. RGB value is (116,158,122). Sum of RGB (Red+Green+Blue) = 116+158+122=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #749E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E7A is #8B6185. Grayscale: #8D8D8D. Windows color (decimal): -9134470 or 8035956. OLE color: 8035956.

HSL color Cylindrical-coordinate representation of color #749E7A: hue angle of 128.57º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #749E7A is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB116158122-
CMYK0.2700.230.38
HSL128.57º17.8%53.73%-
HSV(B)128.57º26.58%61.96%-
XYZ22.9429.5722.91-
YUV141.34117.09109.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 158 (62.11% from 255) = 39.90%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=29.29%
G=39.90%
B=30.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161581220.2700.230.38128.5717.853.73
Hex749E7A1B01726811236
Octal16423617233027462012266
Binary1110100100111101111010110110101111001101000000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749E7A; }

 p { color: rgb(116,158,122); }

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

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

 a { background-color: rgb(116,158,122); }

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

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

 span { border-color: rgb(116,158,122); }

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