#72A67D

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

Shades of Oxley #72A67D

Tints of Oxley #72A67D

Color information

#72A67D (or 0x72A67D) is unknown color: approx Oxley. HEX triplet: 72, A6 and 7D. RGB value is (114,166,125). Sum of RGB (Red+Green+Blue) = 114+166+125=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 166 - color contains mainly: green. Hex color #72A67D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A67D is #8D5982. Grayscale: #919191. Windows color (decimal): -9263491 or 8234610. OLE color: 8234610.

HSL color Cylindrical-coordinate representation of color #72A67D: hue angle of 132.69º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A67D is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB114166125-
CMYK0.3100.250.35
HSL132.69º22.61%54.9%-
HSV(B)132.69º31.33%65.1%-
XYZ24.2832.3324.36-
YUV145.78116.27105.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 166 (65.23% from 255) = 40.99%
BLUE value IS 125 (49.22% from 255) = 30.86%
R=28.15%
G=40.99%
B=30.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141661250.3100.250.35132.6922.6154.9
Hex72A67D1F01923851737
Octal16224617537031432052767
Binary1110010101001101111101111110110011000111000010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,166,125); }

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

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

 a { background-color: rgb(114,166,125); }

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

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

 span { border-color: rgb(114,166,125); }

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