#72A27A

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

Shades of Oxley #72A27A

Tints of Oxley #72A27A

Color information

#72A27A (or 0x72A27A) is unknown color: approx Oxley. HEX triplet: 72, A2 and 7A. RGB value is (114,162,122). Sum of RGB (Red+Green+Blue) = 114+162+122=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #72A27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A27A is #8D5D85. Grayscale: #8F8F8F. Windows color (decimal): -9264518 or 8036978. OLE color: 8036978.

HSL color Cylindrical-coordinate representation of color #72A27A: hue angle of 130º 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 #72A27A is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB114162122-
CMYK0.3000.250.36
HSL130º20.51%54.12%-
HSV(B)130º29.63%63.53%-
XYZ23.3730.8223.13-
YUV143.09116.1107.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.64%
GREEN value IS 162 (63.67% from 255) = 40.70%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=28.64%
G=40.70%
B=30.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141621220.3000.250.3613020.5154.12
Hex72A27A1E01924821536
Octal16224217236031442022566
Binary1110010101000101111010111100110011001001000001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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