#72937F

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

Shades of Oxley #72937F

Tints of Oxley #72937F

Color information

#72937F (or 0x72937F) is unknown color: approx Oxley. HEX triplet: 72, 93 and 7F. RGB value is (114,147,127). Sum of RGB (Red+Green+Blue) = 114+147+127=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #72937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72937F is #8D6C80. Grayscale: #868686. Windows color (decimal): -9268353 or 8360818. OLE color: 8360818.

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

Color convert

RGB114147127-
CMYK0.2200.140.42
HSL143.64º13.25%51.18%-
HSV(B)143.64º22.45%57.65%-
XYZ21.225.9823.98-
YUV134.85123.57113.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 127 (50% from 255) = 32.73%
R=29.38%
G=37.89%
B=32.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141471270.2200.140.42143.6413.2551.18
Hex72937F160E2A90d33
Octal16222317726016522201563
Binary11100101001001111111111011001110101010100100001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,147,127); }

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

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

 a { background-color: rgb(114,147,127); }

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

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

 span { border-color: rgb(114,147,127); }

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