Html Css Color HEX #73A181 Oxley

📋 copy color: '#73A181'

red 115 ◦ green 161 ◦ blue 129

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

Shades of Oxley #73A181

Tints of Oxley #73A181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.85%

R = 28.4%
G = 39.75%
B = 31.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#73A181 (or 0x73A181) is known color: Oxley. HEX triplet: 73, A1 and 81. RGB value is (115,161,129). Sum of RGB (Red+Green+Blue) = 115+161+129=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 161 - color contains mainly: green. Hex color #73A181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A181 is #8C5E7E. Grayscale: #8F8F8F. Windows color (decimal): -9199231 or 8495475. OLE color: 8495475.

HSL color Cylindrical-coordinate representation of color #73A181: hue angle of 138.26º 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 #73A181 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 115 161 129 -
CMYK 0.29 0 0.20 0.37
HSL 138.26º 0.2% 0.54% -
HSV(B) 138.26º 0.29% 0.63% -
XYZ 23.78 30.72 25.45 -
YUV 143.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 115 161 129 0.29 0 0.20 0.37 138.26 0.2 0.54
Hex 73 A1 81 1D 0 14 25 8A 14 36
Octal 163 241 201 35 0 24 45 212 24 66
Binary 1110011 10100001 10000001 11101 0 10100 100101 10001010 10100 110110

Color Harmonies of #73A181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A181

Black with #73A181

Text Example


Text Example

White with #73A181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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