Html Css Color HEX #7B946F Amulet

📋 copy color: '#7B946F'

red 123 ◦ green 148 ◦ blue 111

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

Shades of Amulet #7B946F

Tints of Amulet #7B946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.74%

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 32.2%
G = 38.74%
B = 29.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#7B946F (or 0x7B946F) is known color: Amulet. HEX triplet: 7B, 94 and 6F. RGB value is (123,148,111). Sum of RGB (Red+Green+Blue) = 123+148+111=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 148 - color contains mainly: green. Hex color #7B946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B946F is #846B90. Grayscale: #888888. Windows color (decimal): -8678289 or 7312507. OLE color: 7312507.

HSL color Cylindrical-coordinate representation of color #7B946F: hue angle of 100.54º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B946F is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 148 111 -
CMYK 0.17 0 0.25 0.42
HSL 100.54º 0.15% 0.51% -
HSV(B) 100.54º 0.25% 0.58% -
XYZ 21.63 26.54 19.02 -
YUV 136.31 113.72 118.51 -
System Red Green Blue C M Y K H S L
Decimal 123 148 111 0.17 0 0.25 0.42 100.54 0.15 0.51
Hex 7B 94 6F 11 0 19 2A 65 F 33
Octal 173 224 157 21 0 31 52 145 17 63
Binary 1111011 10010100 1101111 10001 0 11001 101010 1100101 1111 110011

Color Harmonies of #7B946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B946F

Black with #7B946F

Text Example


Text Example

White with #7B946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,148,111); }

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

background-color css

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

 a { background-color: rgb(123,148,111); }

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

border-color css

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

 span { border-color: rgb(123,148,111); }

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