#749D84

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

Shades of Oxley #749D84

Tints of Oxley #749D84

Color information

#749D84 (or 0x749D84) is unknown color: approx Oxley. HEX triplet: 74, 9D and 84. RGB value is (116,157,132). Sum of RGB (Red+Green+Blue) = 116+157+132=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 157 - color contains mainly: green. Hex color #749D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749D84 is #8B627B. Grayscale: #8D8D8D. Windows color (decimal): -9134716 or 8691060. OLE color: 8691060.

HSL color Cylindrical-coordinate representation of color #749D84: hue angle of 143.41º 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 #749D84 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB116157132-
CMYK0.2600.160.38
HSL143.41º17.3%53.53%-
HSV(B)143.41º26.11%61.57%-
XYZ23.4229.4926.29-
YUV141.89122.42109.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.64%
GREEN value IS 157 (61.72% from 255) = 38.77%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=28.64%
G=38.77%
B=32.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161571320.2600.160.38143.4117.353.53
Hex749D841A010268f1136
Octal16423520432020462172166
Binary11101001001110110000100110100100001001101000111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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