#72A280

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

Shades of Oxley #72A280

Tints of Oxley #72A280

Color information

#72A280 (or 0x72A280) is unknown color: approx Oxley. HEX triplet: 72, A2 and 80. RGB value is (114,162,128). Sum of RGB (Red+Green+Blue) = 114+162+128=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #72A280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A280 is #8D5D7F. Grayscale: #8F8F8F. Windows color (decimal): -9264512 or 8430194. OLE color: 8430194.

HSL color Cylindrical-coordinate representation of color #72A280: hue angle of 137.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A280 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB114162128-
CMYK0.3000.210.36
HSL137.5º20.51%54.12%-
HSV(B)137.5º29.63%63.53%-
XYZ23.7630.9825.15-
YUV143.77119.1106.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.22%
GREEN value IS 162 (63.67% from 255) = 40.10%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=28.22%
G=40.10%
B=31.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141621280.3000.210.36137.520.5154.12
Hex72A2801E015248a1536
Octal16224220036025442122566
Binary11100101010001010000000111100101011001001000101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A280; }

 p { color: rgb(114,162,128); }

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

<style>
 a { background-color: #72A280; }

 a { background-color: rgb(114,162,128); }

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

<style>
 span { border-color: #72A280; }

 span { border-color: rgb(114,162,128); }

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