Html Css Color HEX #73996F Amulet

📋 copy color: '#73996F'

red 115 ◦ green 153 ◦ blue 111

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

Shades of Amulet #73996F

Tints of Amulet #73996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.37%

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

R = 30.34%
G = 40.37%
B = 29.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#73996F (or 0x73996F) is known color: Amulet. HEX triplet: 73, 99 and 6F. RGB value is (115,153,111). Sum of RGB (Red+Green+Blue) = 115+153+111=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #73996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73996F is #8C6690. Grayscale: #888888. Windows color (decimal): -9201297 or 7313779. OLE color: 7313779.

HSL color Cylindrical-coordinate representation of color #73996F: hue angle of 114.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73996F is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 153 111 -
CMYK 0.25 0 0.27 0.4
HSL 114.29º 0.17% 0.52% -
HSV(B) 114.29º 0.27% 0.6% -
XYZ 21.33 27.58 19.24 -
YUV 136.85 113.41 112.42 -
System Red Green Blue C M Y K H S L
Decimal 115 153 111 0.25 0 0.27 0.4 114.29 0.17 0.52
Hex 73 99 6F 19 0 1B 28 72 11 34
Octal 163 231 157 31 0 33 50 162 21 64
Binary 1110011 10011001 1101111 11001 0 11011 101000 1110010 10001 110100

Color Harmonies of #73996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73996F

Black with #73996F

Text Example


Text Example

White with #73996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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