Html Css Color HEX #72A17F Oxley

📋 copy color: '#72A17F'

red 114 ◦ green 161 ◦ blue 127

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

Shades of Oxley #72A17F

Tints of Oxley #72A17F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.05%

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

R = 28.36%
G = 40.05%
B = 31.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#72A17F (or 0x72A17F) is known color: Oxley. HEX triplet: 72, A1 and 7F. RGB value is (114,161,127). Sum of RGB (Red+Green+Blue) = 114+161+127=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 161 - color contains mainly: green. Hex color #72A17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A17F is #8D5E80. Grayscale: #8F8F8F. Windows color (decimal): -9264769 or 8364402. OLE color: 8364402.

HSL color Cylindrical-coordinate representation of color #72A17F: hue angle of 136.6º degrees, saturation: 0.2, 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 #72A17F is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 114 161 127 -
CMYK 0.29 0 0.21 0.37
HSL 136.6º 0.2% 0.54% -
HSV(B) 136.6º 0.29% 0.63% -
XYZ 23.52 30.6 24.75 -
YUV 143.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 114 161 127 0.29 0 0.21 0.37 136.6 0.2 0.54
Hex 72 A1 7F 1D 0 15 25 89 14 36
Octal 162 241 177 35 0 25 45 211 24 66
Binary 1110010 10100001 1111111 11101 0 10101 100101 10001001 10100 110110

Color Harmonies of #72A17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A17F

Black with #72A17F

Text Example


Text Example

White with #72A17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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