Html Css Color HEX #72996C Amulet

📋 copy color: '#72996C'

red 114 ◦ green 153 ◦ blue 108

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

Shades of Amulet #72996C

Tints of Amulet #72996C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 30.4%
G = 40.8%
B = 28.8%

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

#72996C (or 0x72996C) is known color: Amulet. HEX triplet: 72, 99 and 6C. RGB value is (114,153,108). Sum of RGB (Red+Green+Blue) = 114+153+108=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #72996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72996C is #8D6693. Grayscale: #888888. Windows color (decimal): -9266836 or 7117170. OLE color: 7117170.

HSL color Cylindrical-coordinate representation of color #72996C: hue angle of 112º 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 #72996C is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 153 108 -
CMYK 0.25 0 0.29 0.4
HSL 112º 0.18% 0.51% -
HSV(B) 112º 0.29% 0.6% -
XYZ 21.04 27.44 18.38 -
YUV 136.21 112.08 112.16 -
System Red Green Blue C M Y K H S L
Decimal 114 153 108 0.25 0 0.29 0.4 112 0.18 0.51
Hex 72 99 6C 19 0 1D 28 70 12 33
Octal 162 231 154 31 0 35 50 160 22 63
Binary 1110010 10011001 1101100 11001 0 11101 101000 1110000 10010 110011

Color Harmonies of #72996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72996C

Black with #72996C

Text Example


Text Example

White with #72996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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