#73987C

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

Shades of Oxley #73987C

Tints of Oxley #73987C

Color information

#73987C (or 0x73987C) is unknown color: approx Oxley. HEX triplet: 73, 98 and 7C. RGB value is (115,152,124). Sum of RGB (Red+Green+Blue) = 115+152+124=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #73987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73987C is #8C6783. Grayscale: #898989. Windows color (decimal): -9201540 or 8165491. OLE color: 8165491.

HSL color Cylindrical-coordinate representation of color #73987C: hue angle of 134.59º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #73987C is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB115152124-
CMYK0.2400.180.40
HSL134.59º15.23%52.35%-
HSV(B)134.59º24.34%59.61%-
XYZ21.9427.5623.23-
YUV137.74120.24111.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 152 (59.77% from 255) = 38.87%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=29.41%
G=38.87%
B=31.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151521240.2400.180.40134.5915.2352.35
Hex73987C180122887f34
Octal16323017430022502071764
Binary111001110011000111110011000010010101000100001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73987C; }

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

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

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

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

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

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

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

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