#749C84

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

Shades of Oxley #749C84

Tints of Oxley #749C84

Color information

#749C84 (or 0x749C84) is unknown color: approx Oxley. HEX triplet: 74, 9C and 84. RGB value is (116,156,132). Sum of RGB (Red+Green+Blue) = 116+156+132=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 156 - color contains mainly: green. Hex color #749C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749C84 is #8B637B. Grayscale: #8D8D8D. Windows color (decimal): -9134972 or 8690804. OLE color: 8690804.

HSL color Cylindrical-coordinate representation of color #749C84: hue angle of 144º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749C84 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB116156132-
CMYK0.2600.150.39
HSL144º16.81%53.33%-
HSV(B)144º25.64%61.18%-
XYZ23.2629.1626.23-
YUV141.3122.75109.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.71%
GREEN value IS 156 (61.33% from 255) = 38.61%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=28.71%
G=38.61%
B=32.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161561320.2600.150.3914416.8153.33
Hex749C841A0F27901135
Octal16423420432017472202165
Binary1110100100111001000010011010011111001111001000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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