Html Css Color HEX #72AE7D Oxley

📋 copy color: '#72AE7D'

red 114 ◦ green 174 ◦ blue 125

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

Shades of Oxley #72AE7D

Tints of Oxley #72AE7D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.13%

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 27.6%
G = 42.13%
B = 30.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#72AE7D (or 0x72AE7D) is known color: Oxley. HEX triplet: 72, AE and 7D. RGB value is (114,174,125). Sum of RGB (Red+Green+Blue) = 114+174+125=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #72AE7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AE7D is #8D5182. Grayscale: #969696. Windows color (decimal): -9261443 or 8236658. OLE color: 8236658.

HSL color Cylindrical-coordinate representation of color #72AE7D: hue angle of 131º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AE7D is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 174 125 -
CMYK 0.34 0 0.28 0.32
HSL 131º 0.27% 0.56% -
HSV(B) 131º 0.34% 0.68% -
XYZ 25.78 35.33 24.86 -
YUV 150.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 114 174 125 0.34 0 0.28 0.32 131 0.27 0.56
Hex 72 AE 7D 22 0 1C 20 83 1B 38
Octal 162 256 175 42 0 34 40 203 33 70
Binary 1110010 10101110 1111101 100010 0 11100 100000 10000011 11011 111000

Color Harmonies of #72AE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AE7D

Black with #72AE7D

Text Example


Text Example

White with #72AE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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