#749D7B

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

Shades of Oxley #749D7B

Tints of Oxley #749D7B

Color information

#749D7B (or 0x749D7B) is unknown color: approx Oxley. HEX triplet: 74, 9D and 7B. RGB value is (116,157,123). Sum of RGB (Red+Green+Blue) = 116+157+123=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #749D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749D7B is #8B6284. Grayscale: #8C8C8C. Windows color (decimal): -9134725 or 8101236. OLE color: 8101236.

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

Color convert

RGB116157123-
CMYK0.2600.220.38
HSL130.24º17.3%53.53%-
HSV(B)130.24º26.11%61.57%-
XYZ22.8329.2623.18-
YUV140.86117.92110.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 157 (61.72% from 255) = 39.65%
BLUE value IS 123 (48.44% from 255) = 31.06%
R=29.29%
G=39.65%
B=31.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161571230.2600.220.38130.2417.353.53
Hex749D7B1A01626821136
Octal16423517332026462022166
Binary1110100100111011111011110100101101001101000001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,157,123); }

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

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

 a { background-color: rgb(116,157,123); }

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

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

 span { border-color: rgb(116,157,123); }

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