Html Css Color HEX #73A177 Oxley

📋 copy color: '#73A177'

red 115 ◦ green 161 ◦ blue 119

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

Shades of Oxley #73A177

Tints of Oxley #73A177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.13%

R = 29.11%
G = 40.76%
B = 30.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#73A177 (or 0x73A177) is known color: Oxley. HEX triplet: 73, A1 and 77. RGB value is (115,161,119). Sum of RGB (Red+Green+Blue) = 115+161+119=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #73A177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A177 is #8C5E88. Grayscale: #8E8E8E. Windows color (decimal): -9199241 or 7840115. OLE color: 7840115.

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

Color convert

RGB 115 161 119 -
CMYK 0.29 0 0.26 0.37
HSL 125.22º 0.2% 0.54% -
HSV(B) 125.22º 0.29% 0.63% -
XYZ 23.14 30.47 22.11 -
YUV 142.46 114.76 108.42 -
System Red Green Blue C M Y K H S L
Decimal 115 161 119 0.29 0 0.26 0.37 125.22 0.2 0.54
Hex 73 A1 77 1D 0 1A 25 7D 14 36
Octal 163 241 167 35 0 32 45 175 24 66
Binary 1110011 10100001 1110111 11101 0 11010 100101 1111101 10100 110110

Color Harmonies of #73A177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A177

Black with #73A177

Text Example


Text Example

White with #73A177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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