#739479

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

Shades of Oxley #739479

Tints of Oxley #739479

Color information

#739479 (or 0x739479) is unknown color: approx Oxley. HEX triplet: 73, 94 and 79. RGB value is (115,148,121). Sum of RGB (Red+Green+Blue) = 115+148+121=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #739479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739479 is #8C6B86. Grayscale: #878787. Windows color (decimal): -9202567 or 7967859. OLE color: 7967859.

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

Color convert

RGB115148121-
CMYK0.2200.180.42
HSL130.91º13.36%51.57%-
HSV(B)130.91º22.3%58.04%-
XYZ21.1126.2122.03-
YUV135.06120.07113.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 148 (58.20% from 255) = 38.54%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=29.95%
G=38.54%
B=31.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151481210.2200.180.42130.9113.3651.57
Hex739479160122A83d34
Octal16322417126022522031564
Binary111001110010100111100110110010010101010100000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739479; }

 p { color: rgb(115,148,121); }

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

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

 a { background-color: rgb(115,148,121); }

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

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

 span { border-color: rgb(115,148,121); }

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