Html Css Color HEX #73976F Amulet

📋 copy color: '#73976F'

red 115 ◦ green 151 ◦ blue 111

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

Shades of Amulet #73976F

Tints of Amulet #73976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.05%

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

R = 30.5%
G = 40.05%
B = 29.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#73976F (or 0x73976F) is known color: Amulet. HEX triplet: 73, 97 and 6F. RGB value is (115,151,111). Sum of RGB (Red+Green+Blue) = 115+151+111=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #73976F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73976F is #8C6890. Grayscale: #878787. Windows color (decimal): -9201809 or 7313267. OLE color: 7313267.

HSL color Cylindrical-coordinate representation of color #73976F: hue angle of 114º 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 #73976F is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 151 111 -
CMYK 0.24 0 0.26 0.41
HSL 114º 0.16% 0.51% -
HSV(B) 114º 0.26% 0.59% -
XYZ 21.01 26.93 19.13 -
YUV 135.68 114.07 113.25 -
System Red Green Blue C M Y K H S L
Decimal 115 151 111 0.24 0 0.26 0.41 114 0.16 0.51
Hex 73 97 6F 18 0 1A 29 72 10 33
Octal 163 227 157 30 0 32 51 162 20 63
Binary 1110011 10010111 1101111 11000 0 11010 101001 1110010 10000 110011

Color Harmonies of #73976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73976F

Black with #73976F

Text Example


Text Example

White with #73976F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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