#73957B

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

Shades of Oxley #73957B

Tints of Oxley #73957B

Color information

#73957B (or 0x73957B) is unknown color: approx Oxley. HEX triplet: 73, 95 and 7B. RGB value is (115,149,123). Sum of RGB (Red+Green+Blue) = 115+149+123=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 149 - color contains mainly: green. Hex color #73957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73957B is #8C6A84. Grayscale: #878787. Windows color (decimal): -9202309 or 8099187. OLE color: 8099187.

HSL color Cylindrical-coordinate representation of color #73957B: hue angle of 134.12º 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 #73957B is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB115149123-
CMYK0.2300.170.42
HSL134.12º13.82%51.76%-
HSV(B)134.12º22.82%58.43%-
XYZ21.3926.5722.74-
YUV135.87120.74113.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=29.72%
G=38.50%
B=31.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151491230.2300.170.42134.1213.8251.76
Hex73957B170112A86e34
Octal16322517327021522061664
Binary111001110010101111101110111010001101010100001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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