Html Css Color HEX #73AB7D Oxley

📋 copy color: '#73AB7D'

red 115 ◦ green 171 ◦ blue 125

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

Shades of Oxley #73AB7D

Tints of Oxley #73AB7D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.61%

 BLUE value IS 125 (49.22% from 255) = 30.41%

R = 27.98%
G = 41.61%
B = 30.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#73AB7D (or 0x73AB7D) is known color: Oxley. HEX triplet: 73, AB and 7D. RGB value is (115,171,125). Sum of RGB (Red+Green+Blue) = 115+171+125=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AB7D is #8C5482. Grayscale: #959595. Windows color (decimal): -9196675 or 8235891. OLE color: 8235891.

HSL color Cylindrical-coordinate representation of color #73AB7D: hue angle of 130.71º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73AB7D is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 171 125 -
CMYK 0.33 0 0.27 0.33
HSL 130.71º 0.25% 0.56% -
HSV(B) 130.71º 0.33% 0.67% -
XYZ 25.33 34.25 24.68 -
YUV 149.01 114.45 103.74 -
System Red Green Blue C M Y K H S L
Decimal 115 171 125 0.33 0 0.27 0.33 130.71 0.25 0.56
Hex 73 AB 7D 21 0 1B 21 83 19 38
Octal 163 253 175 41 0 33 41 203 31 70
Binary 1110011 10101011 1111101 100001 0 11011 100001 10000011 11001 111000

Color Harmonies of #73AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AB7D

Black with #73AB7D

Text Example


Text Example

White with #73AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,171,125); }

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

background-color css

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

 a { background-color: rgb(115,171,125); }

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

border-color css

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

 span { border-color: rgb(115,171,125); }

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