#73967A

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

Shades of Oxley #73967A

Tints of Oxley #73967A

Color information

#73967A (or 0x73967A) is unknown color: approx Oxley. HEX triplet: 73, 96 and 7A. RGB value is (115,150,122). Sum of RGB (Red+Green+Blue) = 115+150+122=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #73967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73967A is #8C6985. Grayscale: #888888. Windows color (decimal): -9202054 or 8033907. OLE color: 8033907.

HSL color Cylindrical-coordinate representation of color #73967A: hue angle of 132º 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 #73967A is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB115150122-
CMYK0.2300.190.41
HSL132º14.29%51.96%-
HSV(B)132º23.33%58.82%-
XYZ21.4926.8622.46-
YUV136.34119.9112.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=29.72%
G=38.76%
B=31.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151501220.2300.190.4113214.2951.96
Hex73967A170132984e34
Octal16322617227023512041664
Binary111001110010110111101010111010011101001100001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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