Html Css Color HEX #73A27A Oxley

📋 copy color: '#73A27A'

red 115 ◦ green 162 ◦ blue 122

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

Shades of Oxley #73A27A

Tints of Oxley #73A27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.58%

R = 28.82%
G = 40.6%
B = 30.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#73A27A (or 0x73A27A) is known color: Oxley. HEX triplet: 73, A2 and 7A. RGB value is (115,162,122). Sum of RGB (Red+Green+Blue) = 115+162+122=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #73A27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A27A is #8C5D85. Grayscale: #8F8F8F. Windows color (decimal): -9198982 or 8036979. OLE color: 8036979.

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

Color convert

RGB 115 162 122 -
CMYK 0.29 0 0.25 0.36
HSL 128.94º 0.2% 0.54% -
HSV(B) 128.94º 0.29% 0.64% -
XYZ 23.5 30.89 23.14 -
YUV 143.39 115.93 107.75 -
System Red Green Blue C M Y K H S L
Decimal 115 162 122 0.29 0 0.25 0.36 128.94 0.2 0.54
Hex 73 A2 7A 1D 0 19 24 81 14 36
Octal 163 242 172 35 0 31 44 201 24 66
Binary 1110011 10100010 1111010 11101 0 11001 100100 10000001 10100 110110

Color Harmonies of #73A27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A27A

Black with #73A27A

Text Example


Text Example

White with #73A27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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