Html Css Color HEX #73A483 Oxley

📋 copy color: '#73A483'

red 115 ◦ green 164 ◦ blue 131

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

Shades of Oxley #73A483

Tints of Oxley #73A483

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40%

 BLUE value IS 131 (51.56% from 255) = 31.95%

R = 28.05%
G = 40%
B = 31.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#73A483 (or 0x73A483) is known color: Oxley. HEX triplet: 73, A4 and 83. RGB value is (115,164,131). Sum of RGB (Red+Green+Blue) = 115+164+131=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 164 - color contains mainly: green. Hex color #73A483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A483 is #8C5B7C. Grayscale: #919191. Windows color (decimal): -9198461 or 8627315. OLE color: 8627315.

HSL color Cylindrical-coordinate representation of color #73A483: hue angle of 139.59º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73A483 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 164 131 -
CMYK 0.30 0 0.20 0.36
HSL 139.59º 0.21% 0.55% -
HSV(B) 139.59º 0.3% 0.64% -
XYZ 24.44 31.83 26.33 -
YUV 145.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 115 164 131 0.30 0 0.20 0.36 139.59 0.21 0.55
Hex 73 A4 83 1E 0 14 24 8C 15 37
Octal 163 244 203 36 0 24 44 214 25 67
Binary 1110011 10100100 10000011 11110 0 10100 100100 10001100 10101 110111

Color Harmonies of #73A483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A483

Black with #73A483

Text Example


Text Example

White with #73A483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,164,131); }

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

background-color css

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

 a { background-color: rgb(115,164,131); }

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

border-color css

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

 span { border-color: rgb(115,164,131); }

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