#73987D

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

Shades of Oxley #73987D

Tints of Oxley #73987D

Color information

#73987D (or 0x73987D) is unknown color: approx Oxley. HEX triplet: 73, 98 and 7D. RGB value is (115,152,125). Sum of RGB (Red+Green+Blue) = 115+152+125=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #73987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73987D is #8C6782. Grayscale: #898989. Windows color (decimal): -9201539 or 8231027. OLE color: 8231027.

HSL color Cylindrical-coordinate representation of color #73987D: hue angle of 136.22º 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 #73987D is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB115152125-
CMYK0.2400.180.40
HSL136.22º15.23%52.35%-
HSV(B)136.22º24.34%59.61%-
XYZ2227.5823.57-
YUV137.86120.74111.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.34%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=29.34%
G=38.78%
B=31.89%

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
Decimal1151521250.2400.180.40136.2215.2352.35
Hex73987D180122888f34
Octal16323017530022502101764
Binary111001110011000111110111000010010101000100010001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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