#72957F

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

Shades of Oxley #72957F

Tints of Oxley #72957F

Color information

#72957F (or 0x72957F) is unknown color: approx Oxley. HEX triplet: 72, 95 and 7F. RGB value is (114,149,127). Sum of RGB (Red+Green+Blue) = 114+149+127=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #72957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72957F is #8D6A80. Grayscale: #888888. Windows color (decimal): -9267841 or 8361330. OLE color: 8361330.

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

Color convert

RGB114149127-
CMYK0.2300.150.42
HSL142.29º14.17%51.57%-
HSV(B)142.29º23.49%58.43%-
XYZ21.5226.624.08-
YUV136.03122.9112.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.23%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 127 (50% from 255) = 32.56%
R=29.23%
G=38.21%
B=32.56%

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
Decimal1141491270.2300.150.42142.2914.1751.57
Hex72957F170F2A8ee34
Octal16222517727017522161664
Binary11100101001010111111111011101111101010100011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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