Html Css Color HEX #72966C Amulet

📋 copy color: '#72966C'

red 114 ◦ green 150 ◦ blue 108

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

Shades of Amulet #72966C

Tints of Amulet #72966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.32%

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

R = 30.65%
G = 40.32%
B = 29.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#72966C (or 0x72966C) is known color: Amulet. HEX triplet: 72, 96 and 6C. RGB value is (114,150,108). Sum of RGB (Red+Green+Blue) = 114+150+108=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #72966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72966C is #8D6993. Grayscale: #868686. Windows color (decimal): -9267604 or 7116402. OLE color: 7116402.

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

Color convert

RGB 114 150 108 -
CMYK 0.24 0 0.28 0.41
HSL 111.43º 0.17% 0.51% -
HSV(B) 111.43º 0.28% 0.59% -
XYZ 20.55 26.47 18.21 -
YUV 134.45 113.07 113.42 -
System Red Green Blue C M Y K H S L
Decimal 114 150 108 0.24 0 0.28 0.41 111.43 0.17 0.51
Hex 72 96 6C 18 0 1C 29 6F 11 33
Octal 162 226 154 30 0 34 51 157 21 63
Binary 1110010 10010110 1101100 11000 0 11100 101001 1101111 10001 110011

Color Harmonies of #72966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72966C

Black with #72966C

Text Example


Text Example

White with #72966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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