#7B9B6C

Color #7B9B6C Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #7B9B6C

Tints of Amulet #7B9B6C

Color information

#7B9B6C (or 0x7B9B6C) is unknown color: approx Amulet. HEX triplet: 7B, 9B and 6C. RGB value is (123,155,108). Sum of RGB (Red+Green+Blue) = 123+155+108=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 155 - color contains mainly: green. Hex color #7B9B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9B6C is #846493. Grayscale: #8C8C8C. Windows color (decimal): -8676500 or 7117691. OLE color: 7117691.

HSL color Cylindrical-coordinate representation of color #7B9B6C: hue angle of 100.85º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B9B6C is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB123155108-
CMYK0.2100.300.39
HSL100.85º19.03%51.57%-
HSV(B)100.85º30.32%60.78%-
XYZ22.628.7418.54-
YUV140.07109.9115.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.87%
GREEN value IS 155 (60.94% from 255) = 40.16%
BLUE value IS 108 (42.58% from 255) = 27.98%
R=31.87%
G=40.16%
B=27.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1231551080.2100.300.39100.8519.0351.57
Hex7B9B6C1501E27651334
Octal17323315425036471452364
Binary111101110011011110110010101011110100111110010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B9B6C;
 }
 .AnyTagClassName
 {
   color: #7B9B6C;
 }
</style>
background-color css

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

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

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

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

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

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