Html Css Color HEX #73937C Oxley

📋 copy color: '#73937C'

red 115 ◦ green 147 ◦ blue 124

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

Shades of Oxley #73937C

Tints of Oxley #73937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.08%

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

R = 29.79%
G = 38.08%
B = 32.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#73937C (or 0x73937C) is known color: Oxley. HEX triplet: 73, 93 and 7C. RGB value is (115,147,124). Sum of RGB (Red+Green+Blue) = 115+147+124=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #73937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73937C is #8C6C83. Grayscale: #868686. Windows color (decimal): -9202820 or 8164211. OLE color: 8164211.

HSL color Cylindrical-coordinate representation of color #73937C: hue angle of 136.88º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73937C is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 147 124 -
CMYK 0.22 0 0.16 0.42
HSL 136.88º 0.13% 0.51% -
HSV(B) 136.88º 0.22% 0.58% -
XYZ 21.14 25.97 22.97 -
YUV 134.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 115 147 124 0.22 0 0.16 0.42 136.88 0.13 0.51
Hex 73 93 7C 16 0 10 2A 89 D 33
Octal 163 223 174 26 0 20 52 211 15 63
Binary 1110011 10010011 1111100 10110 0 10000 101010 10001001 1101 110011

Color Harmonies of #73937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73937C

Black with #73937C

Text Example


Text Example

White with #73937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73937C; }

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

 H1.HeaderClassName
 {
   color: #73937C;
 }
 .AnyTagClassName
 {
   color: #73937C;
 }
</style>

background-color css

<style>
 a { background-color: #73937C; }

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

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

border-color css

<style>
 span { border-color: #73937C; }

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

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