Html Css Color HEX #73AA7A Oxley

📋 copy color: '#73AA7A'

red 115 ◦ green 170 ◦ blue 122

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

Shades of Oxley #73AA7A

Tints of Oxley #73AA7A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.77%

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

R = 28.26%
G = 41.77%
B = 29.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#73AA7A (or 0x73AA7A) is known color: Oxley. HEX triplet: 73, AA and 7A. RGB value is (115,170,122). Sum of RGB (Red+Green+Blue) = 115+170+122=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AA7A is #8C5585. Grayscale: #949494. Windows color (decimal): -9196934 or 8039027. OLE color: 8039027.

HSL color Cylindrical-coordinate representation of color #73AA7A: hue angle of 127.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73AA7A is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 170 122 -
CMYK 0.32 0 0.28 0.33
HSL 127.64º 0.24% 0.56% -
HSV(B) 127.64º 0.32% 0.67% -
XYZ 24.96 33.8 23.62 -
YUV 148.08 113.28 104.4 -
System Red Green Blue C M Y K H S L
Decimal 115 170 122 0.32 0 0.28 0.33 127.64 0.24 0.56
Hex 73 AA 7A 20 0 1C 21 80 18 38
Octal 163 252 172 40 0 34 41 200 30 70
Binary 1110011 10101010 1111010 100000 0 11100 100001 10000000 11000 111000

Color Harmonies of #73AA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AA7A

Black with #73AA7A

Text Example


Text Example

White with #73AA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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