Html Css Color HEX #72976E Amulet

📋 copy color: '#72976E'

red 114 ◦ green 151 ◦ blue 110

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

Shades of Amulet #72976E

Tints of Amulet #72976E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.33%

R = 30.4%
G = 40.27%
B = 29.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#72976E (or 0x72976E) is known color: Amulet. HEX triplet: 72, 97 and 6E. RGB value is (114,151,110). Sum of RGB (Red+Green+Blue) = 114+151+110=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 151 - color contains mainly: green. Hex color #72976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72976E is #8D6891. Grayscale: #878787. Windows color (decimal): -9267346 or 7247730. OLE color: 7247730.

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

Color convert

RGB 114 151 110 -
CMYK 0.25 0 0.27 0.41
HSL 114.15º 0.16% 0.51% -
HSV(B) 114.15º 0.27% 0.59% -
XYZ 20.82 26.84 18.83 -
YUV 135.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 114 151 110 0.25 0 0.27 0.41 114.15 0.16 0.51
Hex 72 97 6E 19 0 1B 29 72 10 33
Octal 162 227 156 31 0 33 51 162 20 63
Binary 1110010 10010111 1101110 11001 0 11011 101001 1110010 10000 110011

Color Harmonies of #72976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72976E

Black with #72976E

Text Example


Text Example

White with #72976E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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