#749379

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

Shades of Oxley #749379

Tints of Oxley #749379

Color information

#749379 (or 0x749379) is unknown color: approx Oxley. HEX triplet: 74, 93 and 79. RGB value is (116,147,121). Sum of RGB (Red+Green+Blue) = 116+147+121=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #749379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749379 is #8B6C86. Grayscale: #868686. Windows color (decimal): -9137287 or 7967604. OLE color: 7967604.

HSL color Cylindrical-coordinate representation of color #749379: hue angle of 129.68º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749379 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB116147121-
CMYK0.2100.180.42
HSL129.68º12.55%51.57%-
HSV(B)129.68º21.09%57.65%-
XYZ21.0925.9621.99-
YUV134.77120.23114.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.21%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=30.21%
G=38.28%
B=31.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161471210.2100.180.42129.6812.5551.57
Hex749379150122A82d34
Octal16422317125022522021564
Binary111010010010011111100110101010010101010100000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749379; }

 p { color: rgb(116,147,121); }

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

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

 a { background-color: rgb(116,147,121); }

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

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

 span { border-color: rgb(116,147,121); }

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