Html Css Color HEX #73A97F Oxley

📋 copy color: '#73A97F'

red 115 ◦ green 169 ◦ blue 127

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

Shades of Oxley #73A97F

Tints of Oxley #73A97F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.12%

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

R = 27.98%
G = 41.12%
B = 30.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#73A97F (or 0x73A97F) is known color: Oxley. HEX triplet: 73, A9 and 7F. RGB value is (115,169,127). Sum of RGB (Red+Green+Blue) = 115+169+127=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 169 - color contains mainly: green. Hex color #73A97F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A97F is #8C5680. Grayscale: #949494. Windows color (decimal): -9197185 or 8366451. OLE color: 8366451.

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

Color convert

RGB 115 169 127 -
CMYK 0.32 0 0.25 0.34
HSL 133.33º 0.24% 0.56% -
HSV(B) 133.33º 0.32% 0.66% -
XYZ 25.09 33.55 25.23 -
YUV 148.07 116.11 104.42 -
System Red Green Blue C M Y K H S L
Decimal 115 169 127 0.32 0 0.25 0.34 133.33 0.24 0.56
Hex 73 A9 7F 20 0 19 22 85 18 38
Octal 163 251 177 40 0 31 42 205 30 70
Binary 1110011 10101001 1111111 100000 0 11001 100010 10000101 11000 111000

Color Harmonies of #73A97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A97F

Black with #73A97F

Text Example


Text Example

White with #73A97F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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