#73927D

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

Shades of Oxley #73927D

Tints of Oxley #73927D

Color information

#73927D (or 0x73927D) is unknown color: approx Oxley. HEX triplet: 73, 92 and 7D. RGB value is (115,146,125). Sum of RGB (Red+Green+Blue) = 115+146+125=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #73927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73927D is #8C6D82. Grayscale: #868686. Windows color (decimal): -9203075 or 8229491. OLE color: 8229491.

HSL color Cylindrical-coordinate representation of color #73927D: hue angle of 139.35º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73927D is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB115146125-
CMYK0.2100.140.43
HSL139.35º12.45%51.18%-
HSV(B)139.35º21.23%57.25%-
XYZ21.0525.6823.25-
YUV134.34122.73114.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.79%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 125 (49.22% from 255) = 32.38%
R=29.79%
G=37.82%
B=32.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151461250.2100.140.43139.3512.4551.18
Hex73927D150E2B8bc33
Octal16322217525016532131463
Binary11100111001001011111011010101110101011100010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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