#739C7C

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

Shades of Oxley #739C7C

Tints of Oxley #739C7C

Color information

#739C7C (or 0x739C7C) is unknown color: approx Oxley. HEX triplet: 73, 9C and 7C. RGB value is (115,156,124). Sum of RGB (Red+Green+Blue) = 115+156+124=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 156 - color contains mainly: green. Hex color #739C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739C7C is #8C6383. Grayscale: #8C8C8C. Windows color (decimal): -9200516 or 8166515. OLE color: 8166515.

HSL color Cylindrical-coordinate representation of color #739C7C: hue angle of 133.17º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #739C7C is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB115156124-
CMYK0.2600.210.39
HSL133.17º17.15%53.14%-
HSV(B)133.17º26.28%61.18%-
XYZ22.628.8823.45-
YUV140.09118.92110.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.11%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=29.11%
G=39.49%
B=31.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151561240.2600.210.39133.1717.1553.14
Hex739C7C1A01527851135
Octal16323417432025472052165
Binary1110011100111001111100110100101011001111000010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,156,124); }

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

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

 a { background-color: rgb(115,156,124); }

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

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

 span { border-color: rgb(115,156,124); }

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