Html Css Color HEX #73AF6A Amulet

📋 copy color: '#73AF6A'

red 115 ◦ green 175 ◦ blue 106

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

Shades of Amulet #73AF6A

Tints of Amulet #73AF6A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.19%

 BLUE value IS 106 (41.8% from 255) = 26.77%

R = 29.04%
G = 44.19%
B = 26.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#73AF6A (or 0x73AF6A) is known color: Amulet. HEX triplet: 73, AF and 6A. RGB value is (115,175,106). Sum of RGB (Red+Green+Blue) = 115+175+106=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF6A is #8C5095. Grayscale: #959595. Windows color (decimal): -9195670 or 6991731. OLE color: 6991731.

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

Color convert

RGB 115 175 106 -
CMYK 0.34 0 0.39 0.31
HSL 112.17º 0.3% 0.55% -
HSV(B) 112.17º 0.39% 0.69% -
XYZ 25 35.35 19.14 -
YUV 149.19 103.62 103.61 -
System Red Green Blue C M Y K H S L
Decimal 115 175 106 0.34 0 0.39 0.31 112.17 0.3 0.55
Hex 73 AF 6A 22 0 27 1F 70 1E 37
Octal 163 257 152 42 0 47 37 160 36 67
Binary 1110011 10101111 1101010 100010 0 100111 11111 1110000 11110 110111

Color Harmonies of #73AF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AF6A

Black with #73AF6A

Text Example


Text Example

White with #73AF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,175,106); }

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

background-color css

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

 a { background-color: rgb(115,175,106); }

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

border-color css

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

 span { border-color: rgb(115,175,106); }

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