Html Css Color HEX #73966F Amulet

📋 copy color: '#73966F'

red 115 ◦ green 150 ◦ blue 111

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

Shades of Amulet #73966F

Tints of Amulet #73966F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

 BLUE value IS 111 (43.75% from 255) = 29.52%

R = 30.59%
G = 39.89%
B = 29.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#73966F (or 0x73966F) is known color: Amulet. HEX triplet: 73, 96 and 6F. RGB value is (115,150,111). Sum of RGB (Red+Green+Blue) = 115+150+111=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #73966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73966F is #8C6990. Grayscale: #878787. Windows color (decimal): -9202065 or 7313011. OLE color: 7313011.

HSL color Cylindrical-coordinate representation of color #73966F: hue angle of 113.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73966F is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 150 111 -
CMYK 0.23 0 0.26 0.41
HSL 113.85º 0.16% 0.51% -
HSV(B) 113.85º 0.26% 0.59% -
XYZ 20.85 26.61 19.08 -
YUV 135.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 115 150 111 0.23 0 0.26 0.41 113.85 0.16 0.51
Hex 73 96 6F 17 0 1A 29 72 10 33
Octal 163 226 157 27 0 32 51 162 20 63
Binary 1110011 10010110 1101111 10111 0 11010 101001 1110010 10000 110011

Color Harmonies of #73966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73966F

Black with #73966F

Text Example


Text Example

White with #73966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73966F; }

 p { color: rgb(115,150,111); }

 H1.HeaderClassName
 {
   color: #73966F;
 }
 .AnyTagClassName
 {
   color: #73966F;
 }
</style>

background-color css

<style>
 a { background-color: #73966F; }

 a { background-color: rgb(115,150,111); }

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

border-color css

<style>
 span { border-color: #73966F; }

 span { border-color: rgb(115,150,111); }

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