#72AB7B

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

Shades of Oxley #72AB7B

Tints of Oxley #72AB7B

Color information

#72AB7B (or 0x72AB7B) is unknown color: approx Oxley. HEX triplet: 72, AB and 7B. RGB value is (114,171,123). Sum of RGB (Red+Green+Blue) = 114+171+123=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AB7B is #8D5484. Grayscale: #949494. Windows color (decimal): -9262213 or 8104818. OLE color: 8104818.

HSL color Cylindrical-coordinate representation of color #72AB7B: hue angle of 129.47º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AB7B is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB114171123-
CMYK0.3300.280.33
HSL129.47º25.33%55.88%-
HSV(B)129.47º33.33%67.06%-
XYZ25.0834.1324.01-
YUV148.48113.62103.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.94%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 123 (48.44% from 255) = 30.15%
R=27.94%
G=41.91%
B=30.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141711230.3300.280.33129.4725.3355.88
Hex72AB7B2101C21811938
Octal16225317341034412013170
Binary11100101010101111110111000010111001000011000000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,171,123); }

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

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

 a { background-color: rgb(114,171,123); }

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

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

 span { border-color: rgb(114,171,123); }

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