Html Css Color HEX #73A77C Oxley

📋 copy color: '#73A77C'

red 115 ◦ green 167 ◦ blue 124

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

Shades of Oxley #73A77C

Tints of Oxley #73A77C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.13%

 BLUE value IS 124 (48.83% from 255) = 30.54%

R = 28.33%
G = 41.13%
B = 30.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#73A77C (or 0x73A77C) is known color: Oxley. HEX triplet: 73, A7 and 7C. RGB value is (115,167,124). Sum of RGB (Red+Green+Blue) = 115+167+124=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 167 - color contains mainly: green. Hex color #73A77C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A77C is #8C5883. Grayscale: #929292. Windows color (decimal): -9197700 or 8169331. OLE color: 8169331.

HSL color Cylindrical-coordinate representation of color #73A77C: hue angle of 130.38º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73A77C is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 167 124 -
CMYK 0.31 0 0.26 0.35
HSL 130.38º 0.23% 0.55% -
HSV(B) 130.38º 0.31% 0.65% -
XYZ 24.53 32.74 24.1 -
YUV 146.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 115 167 124 0.31 0 0.26 0.35 130.38 0.23 0.55
Hex 73 A7 7C 1F 0 1A 23 82 17 37
Octal 163 247 174 37 0 32 43 202 27 67
Binary 1110011 10100111 1111100 11111 0 11010 100011 10000010 10111 110111

Color Harmonies of #73A77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A77C

Black with #73A77C

Text Example


Text Example

White with #73A77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,167,124); }

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

background-color css

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

 a { background-color: rgb(115,167,124); }

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

border-color css

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

 span { border-color: rgb(115,167,124); }

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