#73957F

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

Shades of Oxley #73957F

Tints of Oxley #73957F

Color information

#73957F (or 0x73957F) is unknown color: approx Oxley. HEX triplet: 73, 95 and 7F. RGB value is (115,149,127). Sum of RGB (Red+Green+Blue) = 115+149+127=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #73957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73957F is #8C6A80. Grayscale: #888888. Windows color (decimal): -9202305 or 8361331. OLE color: 8361331.

HSL color Cylindrical-coordinate representation of color #73957F: hue angle of 141.18º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73957F is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB115149127-
CMYK0.2300.150.42
HSL141.18º13.82%51.76%-
HSV(B)141.18º22.82%58.43%-
XYZ21.6526.6724.09-
YUV136.33122.74112.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 127 (50% from 255) = 32.48%
R=29.41%
G=38.11%
B=32.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151491270.2300.150.42141.1813.8251.76
Hex73957F170F2A8de34
Octal16322517727017522151664
Binary11100111001010111111111011101111101010100011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73957F; }

 p { color: rgb(115,149,127); }

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

<style>
 a { background-color: #73957F; }

 a { background-color: rgb(115,149,127); }

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

<style>
 span { border-color: #73957F; }

 span { border-color: rgb(115,149,127); }

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