Html Css Color HEX #73A27E Oxley

📋 copy color: '#73A27E'

red 115 ◦ green 162 ◦ blue 126

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

Shades of Oxley #73A27E

Tints of Oxley #73A27E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.2%

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 28.54%
G = 40.2%
B = 31.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#73A27E (or 0x73A27E) is known color: Oxley. HEX triplet: 73, A2 and 7E. RGB value is (115,162,126). Sum of RGB (Red+Green+Blue) = 115+162+126=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #73A27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A27E is #8C5D81. Grayscale: #8F8F8F. Windows color (decimal): -9198978 or 8299123. OLE color: 8299123.

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

Color convert

RGB 115 162 126 -
CMYK 0.29 0 0.22 0.36
HSL 134.04º 0.2% 0.54% -
HSV(B) 134.04º 0.29% 0.64% -
XYZ 23.76 30.99 24.47 -
YUV 143.84 117.93 107.43 -
System Red Green Blue C M Y K H S L
Decimal 115 162 126 0.29 0 0.22 0.36 134.04 0.2 0.54
Hex 73 A2 7E 1D 0 16 24 86 14 36
Octal 163 242 176 35 0 26 44 206 24 66
Binary 1110011 10100010 1111110 11101 0 10110 100100 10000110 10100 110110

Color Harmonies of #73A27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A27E

Black with #73A27E

Text Example


Text Example

White with #73A27E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,162,126); }

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

background-color css

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

 a { background-color: rgb(115,162,126); }

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

border-color css

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

 span { border-color: rgb(115,162,126); }

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