Html Css Color HEX #73A67C Oxley

📋 copy color: '#73A67C'

red 115 ◦ green 166 ◦ blue 124

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

Shades of Oxley #73A67C

Tints of Oxley #73A67C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.99%

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

R = 28.4%
G = 40.99%
B = 30.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#73A67C (or 0x73A67C) is known color: Oxley. HEX triplet: 73, A6 and 7C. RGB value is (115,166,124). Sum of RGB (Red+Green+Blue) = 115+166+124=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 166 - color contains mainly: green. Hex color #73A67C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A67C is #8C5983. Grayscale: #929292. Windows color (decimal): -9197956 or 8169075. OLE color: 8169075.

HSL color Cylindrical-coordinate representation of color #73A67C: hue angle of 130.59º degrees, saturation: 0.22, 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 #73A67C is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 166 124 -
CMYK 0.31 0 0.25 0.35
HSL 130.59º 0.22% 0.55% -
HSV(B) 130.59º 0.31% 0.65% -
XYZ 24.34 32.37 24.03 -
YUV 145.96 115.6 105.92 -
System Red Green Blue C M Y K H S L
Decimal 115 166 124 0.31 0 0.25 0.35 130.59 0.22 0.55
Hex 73 A6 7C 1F 0 19 23 83 16 37
Octal 163 246 174 37 0 31 43 203 26 67
Binary 1110011 10100110 1111100 11111 0 11001 100011 10000011 10110 110111

Color Harmonies of #73A67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A67C

Black with #73A67C

Text Example


Text Example

White with #73A67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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