Html Css Color HEX #72A47F Oxley

📋 copy color: '#72A47F'

red 114 ◦ green 164 ◦ blue 127

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

Shades of Oxley #72A47F

Tints of Oxley #72A47F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.49%

 BLUE value IS 127 (50% from 255) = 31.36%

R = 28.15%
G = 40.49%
B = 31.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#72A47F (or 0x72A47F) is known color: Oxley. HEX triplet: 72, A4 and 7F. RGB value is (114,164,127). Sum of RGB (Red+Green+Blue) = 114+164+127=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #72A47F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A47F is #8D5B80. Grayscale: #909090. Windows color (decimal): -9264001 or 8365170. OLE color: 8365170.

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

Color convert

RGB 114 164 127 -
CMYK 0.30 0 0.23 0.36
HSL 135.6º 0.22% 0.55% -
HSV(B) 135.6º 0.3% 0.64% -
XYZ 24.05 31.66 24.92 -
YUV 144.83 117.94 106.01 -
System Red Green Blue C M Y K H S L
Decimal 114 164 127 0.30 0 0.23 0.36 135.6 0.22 0.55
Hex 72 A4 7F 1E 0 17 24 88 16 37
Octal 162 244 177 36 0 27 44 210 26 67
Binary 1110010 10100100 1111111 11110 0 10111 100100 10001000 10110 110111

Color Harmonies of #72A47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A47F

Black with #72A47F

Text Example


Text Example

White with #72A47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,164,127); }

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

background-color css

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

 a { background-color: rgb(114,164,127); }

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

border-color css

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

 span { border-color: rgb(114,164,127); }

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