Html Css Color HEX #73B166 Amulet

📋 copy color: '#73B166'

red 115 ◦ green 177 ◦ blue 102

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

Shades of Amulet #73B166

Tints of Amulet #73B166

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.92%

 BLUE value IS 102 (40.23% from 255) = 25.89%

R = 29.19%
G = 44.92%
B = 25.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#73B166 (or 0x73B166) is known color: Amulet. HEX triplet: 73, B1 and 66. RGB value is (115,177,102). Sum of RGB (Red+Green+Blue) = 115+177+102=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #73B166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B166 is #8C4E99. Grayscale: #969696. Windows color (decimal): -9195162 or 6730099. OLE color: 6730099.

HSL color Cylindrical-coordinate representation of color #73B166: hue angle of 109.6º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73B166 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 177 102 -
CMYK 0.35 0 0.42 0.31
HSL 109.6º 0.32% 0.55% -
HSV(B) 109.6º 0.42% 0.69% -
XYZ 25.19 36.05 18.2 -
YUV 149.91 100.96 103.1 -
System Red Green Blue C M Y K H S L
Decimal 115 177 102 0.35 0 0.42 0.31 109.6 0.32 0.55
Hex 73 B1 66 23 0 2A 1F 6E 20 37
Octal 163 261 146 43 0 52 37 156 40 67
Binary 1110011 10110001 1100110 100011 0 101010 11111 1101110 100000 110111

Color Harmonies of #73B166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B166

Black with #73B166

Text Example


Text Example

White with #73B166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,177,102); }

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

background-color css

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

 a { background-color: rgb(115,177,102); }

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

border-color css

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

 span { border-color: rgb(115,177,102); }

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