#73967F

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

Shades of Oxley #73967F

Tints of Oxley #73967F

Color information

#73967F (or 0x73967F) is unknown color: approx Oxley. HEX triplet: 73, 96 and 7F. RGB value is (115,150,127). Sum of RGB (Red+Green+Blue) = 115+150+127=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #73967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73967F is #8C6980. Grayscale: #888888. Windows color (decimal): -9202049 or 8361587. OLE color: 8361587.

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

Color convert

RGB115150127-
CMYK0.2300.150.41
HSL140.57º14.29%51.96%-
HSV(B)140.57º23.33%58.82%-
XYZ21.8126.9924.14-
YUV136.91122.4112.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.34%
GREEN value IS 150 (58.98% from 255) = 38.27%
BLUE value IS 127 (50% from 255) = 32.40%
R=29.34%
G=38.27%
B=32.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151501270.2300.150.41140.5714.2951.96
Hex73967F170F298de34
Octal16322617727017512151664
Binary11100111001011011111111011101111101001100011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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