Html Css Color HEX #72A17C Oxley

📋 copy color: '#72A17C'

red 114 ◦ green 161 ◦ blue 124

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

Shades of Oxley #72A17C

Tints of Oxley #72A17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 28.57%
G = 40.35%
B = 31.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#72A17C (or 0x72A17C) is known color: Oxley. HEX triplet: 72, A1 and 7C. RGB value is (114,161,124). Sum of RGB (Red+Green+Blue) = 114+161+124=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 161 - color contains mainly: green. Hex color #72A17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A17C is #8D5E83. Grayscale: #8E8E8E. Windows color (decimal): -9264772 or 8167794. OLE color: 8167794.

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

Color convert

RGB 114 161 124 -
CMYK 0.29 0 0.23 0.37
HSL 132.77º 0.2% 0.54% -
HSV(B) 132.77º 0.29% 0.63% -
XYZ 23.32 30.52 23.73 -
YUV 142.73 117.43 107.51 -
System Red Green Blue C M Y K H S L
Decimal 114 161 124 0.29 0 0.23 0.37 132.77 0.2 0.54
Hex 72 A1 7C 1D 0 17 25 85 14 36
Octal 162 241 174 35 0 27 45 205 24 66
Binary 1110010 10100001 1111100 11101 0 10111 100101 10000101 10100 110110

Color Harmonies of #72A17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A17C

Black with #72A17C

Text Example


Text Example

White with #72A17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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