Html Css Color HEX #7B956E Amulet

📋 copy color: '#7B956E'

red 123 ◦ green 149 ◦ blue 110

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

Shades of Amulet #7B956E

Tints of Amulet #7B956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.01%

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

R = 32.2%
G = 39.01%
B = 28.8%

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

#7B956E (or 0x7B956E) is known color: Amulet. HEX triplet: 7B, 95 and 6E. RGB value is (123,149,110). Sum of RGB (Red+Green+Blue) = 123+149+110=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 149 - color contains mainly: green. Hex color #7B956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B956E is #846A91. Grayscale: #888888. Windows color (decimal): -8678034 or 7247227. OLE color: 7247227.

HSL color Cylindrical-coordinate representation of color #7B956E: hue angle of 100º degrees, saturation: 0.16, 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 #7B956E is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 149 110 -
CMYK 0.17 0 0.26 0.42
HSL 100º 0.16% 0.51% -
HSV(B) 100º 0.26% 0.58% -
XYZ 21.73 26.83 18.79 -
YUV 136.78 112.89 118.17 -
System Red Green Blue C M Y K H S L
Decimal 123 149 110 0.17 0 0.26 0.42 100 0.16 0.51
Hex 7B 95 6E 11 0 1A 2A 64 10 33
Octal 173 225 156 21 0 32 52 144 20 63
Binary 1111011 10010101 1101110 10001 0 11010 101010 1100100 10000 110011

Color Harmonies of #7B956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B956E

Black with #7B956E

Text Example


Text Example

White with #7B956E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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