Html Css Color HEX #72976D Amulet

📋 copy color: '#72976D'

red 114 ◦ green 151 ◦ blue 109

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

Shades of Amulet #72976D

Tints of Amulet #72976D

RGB

 RED value IS 114 (44.92% from 255) = 30.48%

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

 BLUE value IS 109 (42.97% from 255) = 29.14%

R = 30.48%
G = 40.37%
B = 29.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#72976D (or 0x72976D) is known color: Amulet. HEX triplet: 72, 97 and 6D. RGB value is (114,151,109). Sum of RGB (Red+Green+Blue) = 114+151+109=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #72976D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72976D is #8D6892. Grayscale: #878787. Windows color (decimal): -9267347 or 7182194. OLE color: 7182194.

HSL color Cylindrical-coordinate representation of color #72976D: hue angle of 112.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72976D is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 151 109 -
CMYK 0.25 0 0.28 0.41
HSL 112.86º 0.17% 0.51% -
HSV(B) 112.86º 0.28% 0.59% -
XYZ 20.77 26.81 18.55 -
YUV 135.15 113.24 112.92 -
System Red Green Blue C M Y K H S L
Decimal 114 151 109 0.25 0 0.28 0.41 112.86 0.17 0.51
Hex 72 97 6D 19 0 1C 29 71 11 33
Octal 162 227 155 31 0 34 51 161 21 63
Binary 1110010 10010111 1101101 11001 0 11100 101001 1110001 10001 110011

Color Harmonies of #72976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72976D

Black with #72976D

Text Example


Text Example

White with #72976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72976D; }

 p { color: rgb(114,151,109); }

 H1.HeaderClassName
 {
   color: #72976D;
 }
 .AnyTagClassName
 {
   color: #72976D;
 }
</style>

background-color css

<style>
 a { background-color: #72976D; }

 a { background-color: rgb(114,151,109); }

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

border-color css

<style>
 span { border-color: #72976D; }

 span { border-color: rgb(114,151,109); }

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