#739478

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

Shades of Oxley #739478

Tints of Oxley #739478

Color information

#739478 (or 0x739478) is unknown color: approx Oxley. HEX triplet: 73, 94 and 78. RGB value is (115,148,120). Sum of RGB (Red+Green+Blue) = 115+148+120=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #739478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739478 is #8C6B87. Grayscale: #878787. Windows color (decimal): -9202568 or 7902323. OLE color: 7902323.

HSL color Cylindrical-coordinate representation of color #739478: hue angle of 129.09º 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 #739478 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB115148120-
CMYK0.2200.190.42
HSL129.09º13.36%51.57%-
HSV(B)129.09º22.3%58.04%-
XYZ21.0526.1821.71-
YUV134.94119.57113.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.03%
GREEN value IS 148 (58.20% from 255) = 38.64%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=30.03%
G=38.64%
B=31.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151481200.2200.190.42129.0913.3651.57
Hex739478160132A81d34
Octal16322417026023522011564
Binary111001110010100111100010110010011101010100000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739478; }

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

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

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

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

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

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

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

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