#739678

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

Shades of Oxley #739678

Tints of Oxley #739678

Color information

#739678 (or 0x739678) is unknown color: approx Oxley. HEX triplet: 73, 96 and 78. RGB value is (115,150,120). Sum of RGB (Red+Green+Blue) = 115+150+120=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #739678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739678 is #8C6987. Grayscale: #888888. Windows color (decimal): -9202056 or 7902835. OLE color: 7902835.

HSL color Cylindrical-coordinate representation of color #739678: hue angle of 128.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #739678 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB115150120-
CMYK0.2300.200.41
HSL128.57º14.29%51.96%-
HSV(B)128.57º23.33%58.82%-
XYZ21.3726.8121.82-
YUV136.12118.9112.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.87%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=29.87%
G=38.96%
B=31.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151501200.2300.200.41128.5714.2951.96
Hex739678170142981e34
Octal16322617027024512011664
Binary111001110010110111100010111010100101001100000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739678; }

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

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

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

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

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

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

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

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