#739E78

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

Shades of Oxley #739E78

Tints of Oxley #739E78

Color information

#739E78 (or 0x739E78) is unknown color: approx Oxley. HEX triplet: 73, 9E and 78. RGB value is (115,158,120). Sum of RGB (Red+Green+Blue) = 115+158+120=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 158 - color contains mainly: green. Hex color #739E78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739E78 is #8C6187. Grayscale: #8C8C8C. Windows color (decimal): -9200008 or 7904883. OLE color: 7904883.

HSL color Cylindrical-coordinate representation of color #739E78: hue angle of 126.98º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #739E78 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB115158120-
CMYK0.2700.240.38
HSL126.98º18.14%53.53%-
HSV(B)126.98º27.22%61.96%-
XYZ22.6929.4522.26-
YUV140.81116.25109.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=29.26%
G=40.20%
B=30.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151581200.2700.240.38126.9818.1453.53
Hex739E781B018267f1236
Octal16323617033030461772266
Binary111001110011110111100011011011000100110111111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739E78; }

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

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

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

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

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

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

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

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