Html Css Color HEX #7B946E Amulet

📋 copy color: '#7B946E'

red 123 ◦ green 148 ◦ blue 110

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

Shades of Amulet #7B946E

Tints of Amulet #7B946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 32.28%
G = 38.85%
B = 28.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#7B946E (or 0x7B946E) is known color: Amulet. HEX triplet: 7B, 94 and 6E. RGB value is (123,148,110). Sum of RGB (Red+Green+Blue) = 123+148+110=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #7B946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B946E is #846B91. Grayscale: #888888. Windows color (decimal): -8678290 or 7246971. OLE color: 7246971.

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

Color convert

RGB 123 148 110 -
CMYK 0.17 0 0.26 0.42
HSL 99.47º 0.15% 0.51% -
HSV(B) 99.47º 0.26% 0.58% -
XYZ 21.57 26.52 18.73 -
YUV 136.19 113.22 118.59 -
System Red Green Blue C M Y K H S L
Decimal 123 148 110 0.17 0 0.26 0.42 99.47 0.15 0.51
Hex 7B 94 6E 11 0 1A 2A 63 F 33
Octal 173 224 156 21 0 32 52 143 17 63
Binary 1111011 10010100 1101110 10001 0 11010 101010 1100011 1111 110011

Color Harmonies of #7B946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B946E

Black with #7B946E

Text Example


Text Example

White with #7B946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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