Html Css Color HEX #73986B Amulet

📋 copy color: '#73986B'

red 115 ◦ green 152 ◦ blue 107

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

Shades of Amulet #73986B

Tints of Amulet #73986B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.64%

 BLUE value IS 107 (42.19% from 255) = 28.61%

R = 30.75%
G = 40.64%
B = 28.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#73986B (or 0x73986B) is known color: Amulet. HEX triplet: 73, 98 and 6B. RGB value is (115,152,107). Sum of RGB (Red+Green+Blue) = 115+152+107=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #73986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73986B is #8C6794. Grayscale: #878787. Windows color (decimal): -9201557 or 7051379. OLE color: 7051379.

HSL color Cylindrical-coordinate representation of color #73986B: hue angle of 109.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73986B is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 152 107 -
CMYK 0.24 0 0.30 0.40
HSL 109.33º 0.18% 0.51% -
HSV(B) 109.33º 0.3% 0.6% -
XYZ 20.95 27.16 18.05 -
YUV 135.81 111.74 113.16 -
System Red Green Blue C M Y K H S L
Decimal 115 152 107 0.24 0 0.30 0.40 109.33 0.18 0.51
Hex 73 98 6B 18 0 1E 28 6D 12 33
Octal 163 230 153 30 0 36 50 155 22 63
Binary 1110011 10011000 1101011 11000 0 11110 101000 1101101 10010 110011

Color Harmonies of #73986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73986B

Black with #73986B

Text Example


Text Example

White with #73986B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73986B; }

 p { color: rgb(115,152,107); }

 H1.HeaderClassName
 {
   color: #73986B;
 }
 .AnyTagClassName
 {
   color: #73986B;
 }
</style>

background-color css

<style>
 a { background-color: #73986B; }

 a { background-color: rgb(115,152,107); }

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

border-color css

<style>
 span { border-color: #73986B; }

 span { border-color: rgb(115,152,107); }

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