Html Css Color HEX #72AE7B Oxley

📋 copy color: '#72AE7B'

red 114 ◦ green 174 ◦ blue 123

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

Shades of Oxley #72AE7B

Tints of Oxley #72AE7B

RGB

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

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

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

R = 27.74%
G = 42.34%
B = 29.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#72AE7B (or 0x72AE7B) is known color: Oxley. HEX triplet: 72, AE and 7B. RGB value is (114,174,123). Sum of RGB (Red+Green+Blue) = 114+174+123=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 174 - color contains mainly: green. Hex color #72AE7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AE7B is #8D5184. Grayscale: #969696. Windows color (decimal): -9261445 or 8105586. OLE color: 8105586.

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

Color convert

RGB 114 174 123 -
CMYK 0.34 0 0.29 0.32
HSL 129º 0.27% 0.56% -
HSV(B) 129º 0.34% 0.68% -
XYZ 25.65 35.28 24.2 -
YUV 150.25 112.62 102.15 -
System Red Green Blue C M Y K H S L
Decimal 114 174 123 0.34 0 0.29 0.32 129 0.27 0.56
Hex 72 AE 7B 22 0 1D 20 81 1B 38
Octal 162 256 173 42 0 35 40 201 33 70
Binary 1110010 10101110 1111011 100010 0 11101 100000 10000001 11011 111000

Color Harmonies of #72AE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AE7B

Black with #72AE7B

Text Example


Text Example

White with #72AE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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