Html Css Color HEX #73AE7C Oxley

📋 copy color: '#73AE7C'

red 115 ◦ green 174 ◦ blue 124

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

Shades of Oxley #73AE7C

Tints of Oxley #73AE7C

RGB

 RED value IS 115 (45.31% from 255) = 27.85%

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

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

R = 27.85%
G = 42.13%
B = 30.02%

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

#73AE7C (or 0x73AE7C) is known color: Oxley. HEX triplet: 73, AE and 7C. RGB value is (115,174,124). Sum of RGB (Red+Green+Blue) = 115+174+124=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #73AE7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AE7C is #8C5183. Grayscale: #969696. Windows color (decimal): -9195908 or 8171123. OLE color: 8171123.

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

Color convert

RGB 115 174 124 -
CMYK 0.34 0 0.29 0.32
HSL 129.15º 0.27% 0.57% -
HSV(B) 129.15º 0.34% 0.68% -
XYZ 25.84 35.37 24.53 -
YUV 150.66 112.95 102.57 -
System Red Green Blue C M Y K H S L
Decimal 115 174 124 0.34 0 0.29 0.32 129.15 0.27 0.57
Hex 73 AE 7C 22 0 1D 20 81 1B 39
Octal 163 256 174 42 0 35 40 201 33 71
Binary 1110011 10101110 1111100 100010 0 11101 100000 10000001 11011 111001

Color Harmonies of #73AE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AE7C

Black with #73AE7C

Text Example


Text Example

White with #73AE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73AE7C; }

 p { color: rgb(115,174,124); }

 H1.HeaderClassName
 {
   color: #73AE7C;
 }
 .AnyTagClassName
 {
   color: #73AE7C;
 }
</style>

background-color css

<style>
 a { background-color: #73AE7C; }

 a { background-color: rgb(115,174,124); }

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

border-color css

<style>
 span { border-color: #73AE7C; }

 span { border-color: rgb(115,174,124); }

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