Html Css Color HEX #72996D Amulet

📋 copy color: '#72996D'

red 114 ◦ green 153 ◦ blue 109

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

Shades of Amulet #72996D

Tints of Amulet #72996D

RGB

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

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

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

R = 30.32%
G = 40.69%
B = 28.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#72996D (or 0x72996D) is known color: Amulet. HEX triplet: 72, 99 and 6D. RGB value is (114,153,109). Sum of RGB (Red+Green+Blue) = 114+153+109=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #72996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72996D is #8D6692. Grayscale: #888888. Windows color (decimal): -9266835 or 7182706. OLE color: 7182706.

HSL color Cylindrical-coordinate representation of color #72996D: hue angle of 113.18º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72996D is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 153 109 -
CMYK 0.25 0 0.29 0.4
HSL 113.18º 0.18% 0.51% -
HSV(B) 113.18º 0.29% 0.6% -
XYZ 21.09 27.46 18.66 -
YUV 136.32 112.58 112.08 -
System Red Green Blue C M Y K H S L
Decimal 114 153 109 0.25 0 0.29 0.4 113.18 0.18 0.51
Hex 72 99 6D 19 0 1D 28 71 12 33
Octal 162 231 155 31 0 35 50 161 22 63
Binary 1110010 10011001 1101101 11001 0 11101 101000 1110001 10010 110011

Color Harmonies of #72996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72996D

Black with #72996D

Text Example


Text Example

White with #72996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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