Html Css Color HEX #73A381 Oxley

📋 copy color: '#73A381'

red 115 ◦ green 163 ◦ blue 129

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

Shades of Oxley #73A381

Tints of Oxley #73A381

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 28.26%
G = 40.05%
B = 31.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#73A381 (or 0x73A381) is known color: Oxley. HEX triplet: 73, A3 and 81. RGB value is (115,163,129). Sum of RGB (Red+Green+Blue) = 115+163+129=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #73A381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A381 is #8C5C7E. Grayscale: #909090. Windows color (decimal): -9198719 or 8495987. OLE color: 8495987.

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

Color convert

RGB 115 163 129 -
CMYK 0.29 0 0.21 0.36
HSL 137.5º 0.21% 0.55% -
HSV(B) 137.5º 0.29% 0.64% -
XYZ 24.13 31.42 25.56 -
YUV 144.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 115 163 129 0.29 0 0.21 0.36 137.5 0.21 0.55
Hex 73 A3 81 1D 0 15 24 8A 15 37
Octal 163 243 201 35 0 25 44 212 25 67
Binary 1110011 10100011 10000001 11101 0 10101 100100 10001010 10101 110111

Color Harmonies of #73A381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A381

Black with #73A381

Text Example


Text Example

White with #73A381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,163,129); }

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

background-color css

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

 a { background-color: rgb(115,163,129); }

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

border-color css

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

 span { border-color: rgb(115,163,129); }

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