#73927A

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

Shades of Oxley #73927A

Tints of Oxley #73927A

Color information

#73927A (or 0x73927A) is unknown color: approx Oxley. HEX triplet: 73, 92 and 7A. RGB value is (115,146,122). Sum of RGB (Red+Green+Blue) = 115+146+122=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #73927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73927A is #8C6D85. Grayscale: #868686. Windows color (decimal): -9203078 or 8032883. OLE color: 8032883.

HSL color Cylindrical-coordinate representation of color #73927A: hue angle of 133.55º 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 #73927A is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB115146122-
CMYK0.2100.160.43
HSL133.55º12.45%51.18%-
HSV(B)133.55º21.23%57.25%-
XYZ20.8625.6122.26-
YUV134121.23114.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.03%
GREEN value IS 146 (57.42% from 255) = 38.12%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=30.03%
G=38.12%
B=31.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151461220.2100.160.43133.5512.4551.18
Hex73927A150102B86c33
Octal16322217225020532061463
Binary111001110010010111101010101010000101011100001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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