Html Css Color HEX #72AB7D Oxley

📋 copy color: '#72AB7D'

red 114 ◦ green 171 ◦ blue 125

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

Shades of Oxley #72AB7D

Tints of Oxley #72AB7D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.71%

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

R = 27.8%
G = 41.71%
B = 30.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#72AB7D (or 0x72AB7D) is known color: Oxley. HEX triplet: 72, AB and 7D. RGB value is (114,171,125). Sum of RGB (Red+Green+Blue) = 114+171+125=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AB7D is #8D5482. Grayscale: #949494. Windows color (decimal): -9262211 or 8235890. OLE color: 8235890.

HSL color Cylindrical-coordinate representation of color #72AB7D: hue angle of 131.58º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AB7D is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 171 125 -
CMYK 0.33 0 0.27 0.33
HSL 131.58º 0.25% 0.56% -
HSV(B) 131.58º 0.33% 0.67% -
XYZ 25.2 34.18 24.67 -
YUV 148.71 114.62 103.24 -
System Red Green Blue C M Y K H S L
Decimal 114 171 125 0.33 0 0.27 0.33 131.58 0.25 0.56
Hex 72 AB 7D 21 0 1B 21 84 19 38
Octal 162 253 175 41 0 33 41 204 31 70
Binary 1110010 10101011 1111101 100001 0 11011 100001 10000100 11001 111000

Color Harmonies of #72AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AB7D

Black with #72AB7D

Text Example


Text Example

White with #72AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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