Html Css Color HEX #73AA7F Oxley

📋 copy color: '#73AA7F'

red 115 ◦ green 170 ◦ blue 127

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

Shades of Oxley #73AA7F

Tints of Oxley #73AA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.83%

R = 27.91%
G = 41.26%
B = 30.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#73AA7F (or 0x73AA7F) is known color: Oxley. HEX triplet: 73, AA and 7F. RGB value is (115,170,127). Sum of RGB (Red+Green+Blue) = 115+170+127=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AA7F is #8C5580. Grayscale: #949494. Windows color (decimal): -9196929 or 8366707. OLE color: 8366707.

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

Color convert

RGB 115 170 127 -
CMYK 0.32 0 0.25 0.33
HSL 133.09º 0.24% 0.56% -
HSV(B) 133.09º 0.32% 0.67% -
XYZ 25.28 33.93 25.29 -
YUV 148.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 115 170 127 0.32 0 0.25 0.33 133.09 0.24 0.56
Hex 73 AA 7F 20 0 19 21 85 18 38
Octal 163 252 177 40 0 31 41 205 30 70
Binary 1110011 10101010 1111111 100000 0 11001 100001 10000101 11000 111000

Color Harmonies of #73AA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AA7F

Black with #73AA7F

Text Example


Text Example

White with #73AA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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