Html Css Color HEX #72A084 Oxley

📋 copy color: '#72A084'

red 114 ◦ green 160 ◦ blue 132

#72A084
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #72A084

Tints of Oxley #72A084

RGB

 RED value IS 114 (44.92% from 255) = 28.08%

 GREEN value IS 160 (62.89% from 255) = 39.41%

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 28.08%
G = 39.41%
B = 32.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#72A084 (or 0x72A084) is known color: Oxley. HEX triplet: 72, A0 and 84. RGB value is (114,160,132). Sum of RGB (Red+Green+Blue) = 114+160+132=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 160 - color contains mainly: green. Hex color #72A084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A084 is #8D5F7B. Grayscale: #8F8F8F. Windows color (decimal): -9265020 or 8691826. OLE color: 8691826.

HSL color Cylindrical-coordinate representation of color #72A084: hue angle of 143.48º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72A084 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 114 160 132 -
CMYK 0.29 0 0.17 0.37
HSL 143.48º 0.19% 0.54% -
HSV(B) 143.48º 0.29% 0.63% -
XYZ 23.68 30.38 26.45 -
YUV 143.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 114 160 132 0.29 0 0.17 0.37 143.48 0.19 0.54
Hex 72 A0 84 1D 0 11 25 8F 13 36
Octal 162 240 204 35 0 21 45 217 23 66
Binary 1110010 10100000 10000100 11101 0 10001 100101 10001111 10011 110110

Color Harmonies of #72A084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A084

Black with #72A084

Text Example


Text Example

White with #72A084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,160,132); }

 H1.HeaderClassName
 {
   color: #72A084;
 }
 .AnyTagClassName
 {
   color: #72A084;
 }
</style>

background-color css

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

 a { background-color: rgb(114,160,132); }

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

border-color css

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

 span { border-color: rgb(114,160,132); }

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