Html Css Color HEX #7B966C Amulet

📋 copy color: '#7B966C'

red 123 ◦ green 150 ◦ blue 108

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

Shades of Amulet #7B966C

Tints of Amulet #7B966C

RGB

 RED value IS 123 (48.44% from 255) = 32.28%

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

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

R = 32.28%
G = 39.37%
B = 28.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#7B966C (or 0x7B966C) is known color: Amulet. HEX triplet: 7B, 96 and 6C. RGB value is (123,150,108). Sum of RGB (Red+Green+Blue) = 123+150+108=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 150 - color contains mainly: green. Hex color #7B966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B966C is #846993. Grayscale: #898989. Windows color (decimal): -8677780 or 7116411. OLE color: 7116411.

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

Color convert

RGB 123 150 108 -
CMYK 0.18 0 0.28 0.41
HSL 98.57º 0.17% 0.51% -
HSV(B) 98.57º 0.28% 0.59% -
XYZ 21.78 27.11 18.27 -
YUV 137.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 123 150 108 0.18 0 0.28 0.41 98.57 0.17 0.51
Hex 7B 96 6C 12 0 1C 29 63 11 33
Octal 173 226 154 22 0 34 51 143 21 63
Binary 1111011 10010110 1101100 10010 0 11100 101001 1100011 10001 110011

Color Harmonies of #7B966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B966C

Black with #7B966C

Text Example


Text Example

White with #7B966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B966C; }

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

 H1.HeaderClassName
 {
   color: #7B966C;
 }
 .AnyTagClassName
 {
   color: #7B966C;
 }
</style>

background-color css

<style>
 a { background-color: #7B966C; }

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

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

border-color css

<style>
 span { border-color: #7B966C; }

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

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