Html Css Color HEX #73AB7C Oxley

📋 copy color: '#73AB7C'

red 115 ◦ green 171 ◦ blue 124

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

Shades of Oxley #73AB7C

Tints of Oxley #73AB7C

RGB

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

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

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

R = 28.05%
G = 41.71%
B = 30.24%

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

#73AB7C (or 0x73AB7C) is known color: Oxley. HEX triplet: 73, AB and 7C. RGB value is (115,171,124). Sum of RGB (Red+Green+Blue) = 115+171+124=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AB7C is #8C5483. Grayscale: #959595. Windows color (decimal): -9196676 or 8170355. OLE color: 8170355.

HSL color Cylindrical-coordinate representation of color #73AB7C: hue angle of 129.64º 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 #73AB7C is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 171 124 -
CMYK 0.33 0 0.27 0.33
HSL 129.64º 0.25% 0.56% -
HSV(B) 129.64º 0.33% 0.67% -
XYZ 25.27 34.23 24.34 -
YUV 148.9 113.95 103.82 -
System Red Green Blue C M Y K H S L
Decimal 115 171 124 0.33 0 0.27 0.33 129.64 0.25 0.56
Hex 73 AB 7C 21 0 1B 21 82 19 38
Octal 163 253 174 41 0 33 41 202 31 70
Binary 1110011 10101011 1111100 100001 0 11011 100001 10000010 11001 111000

Color Harmonies of #73AB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AB7C

Black with #73AB7C

Text Example


Text Example

White with #73AB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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