Html Css Color HEX #73A17C Oxley

📋 copy color: '#73A17C'

red 115 ◦ green 161 ◦ blue 124

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

Shades of Oxley #73A17C

Tints of Oxley #73A17C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.25%

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

R = 28.75%
G = 40.25%
B = 31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#73A17C (or 0x73A17C) is known color: Oxley. HEX triplet: 73, A1 and 7C. RGB value is (115,161,124). Sum of RGB (Red+Green+Blue) = 115+161+124=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 161 - color contains mainly: green. Hex color #73A17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A17C is #8C5E83. Grayscale: #8F8F8F. Windows color (decimal): -9199236 or 8167795. OLE color: 8167795.

HSL color Cylindrical-coordinate representation of color #73A17C: hue angle of 131.74º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73A17C is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 115 161 124 -
CMYK 0.29 0 0.23 0.37
HSL 131.74º 0.2% 0.54% -
HSV(B) 131.74º 0.29% 0.63% -
XYZ 23.45 30.59 23.74 -
YUV 143.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 115 161 124 0.29 0 0.23 0.37 131.74 0.2 0.54
Hex 73 A1 7C 1D 0 17 25 84 14 36
Octal 163 241 174 35 0 27 45 204 24 66
Binary 1110011 10100001 1111100 11101 0 10111 100101 10000100 10100 110110

Color Harmonies of #73A17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A17C

Black with #73A17C

Text Example


Text Example

White with #73A17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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