Html Css Color HEX #72A37B Oxley

📋 copy color: '#72A37B'

red 114 ◦ green 163 ◦ blue 123

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

Shades of Oxley #72A37B

Tints of Oxley #72A37B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.75%

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 28.5%
G = 40.75%
B = 30.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#72A37B (or 0x72A37B) is known color: Oxley. HEX triplet: 72, A3 and 7B. RGB value is (114,163,123). Sum of RGB (Red+Green+Blue) = 114+163+123=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #72A37B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A37B is #8D5C84. Grayscale: #8F8F8F. Windows color (decimal): -9264261 or 8102770. OLE color: 8102770.

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

Color convert

RGB 114 163 123 -
CMYK 0.30 0 0.25 0.36
HSL 131.02º 0.21% 0.54% -
HSV(B) 131.02º 0.3% 0.64% -
XYZ 23.61 31.2 23.52 -
YUV 143.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 114 163 123 0.30 0 0.25 0.36 131.02 0.21 0.54
Hex 72 A3 7B 1E 0 19 24 83 15 36
Octal 162 243 173 36 0 31 44 203 25 66
Binary 1110010 10100011 1111011 11110 0 11001 100100 10000011 10101 110110

Color Harmonies of #72A37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A37B

Black with #72A37B

Text Example


Text Example

White with #72A37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,163,123); }

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

background-color css

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

 a { background-color: rgb(114,163,123); }

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

border-color css

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

 span { border-color: rgb(114,163,123); }

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