Html Css Color HEX #73AB68 Amulet

📋 copy color: '#73AB68'

red 115 ◦ green 171 ◦ blue 104

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

Shades of Amulet #73AB68

Tints of Amulet #73AB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.67%

R = 29.49%
G = 43.85%
B = 26.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#73AB68 (or 0x73AB68) is known color: Amulet. HEX triplet: 73, AB and 68. RGB value is (115,171,104). Sum of RGB (Red+Green+Blue) = 115+171+104=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AB68 is #8C5497. Grayscale: #929292. Windows color (decimal): -9196696 or 6859635. OLE color: 6859635.

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

Color convert

RGB 115 171 104 -
CMYK 0.33 0 0.39 0.33
HSL 110.15º 0.29% 0.54% -
HSV(B) 110.15º 0.39% 0.67% -
XYZ 24.13 33.77 18.34 -
YUV 146.62 103.95 105.45 -
System Red Green Blue C M Y K H S L
Decimal 115 171 104 0.33 0 0.39 0.33 110.15 0.29 0.54
Hex 73 AB 68 21 0 27 21 6E 1D 36
Octal 163 253 150 41 0 47 41 156 35 66
Binary 1110011 10101011 1101000 100001 0 100111 100001 1101110 11101 110110

Color Harmonies of #73AB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AB68

Black with #73AB68

Text Example


Text Example

White with #73AB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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