Html Css Color HEX #7B9B6C Amulet

📋 copy color: '#7B9B6C'

red 123 ◦ green 155 ◦ blue 108

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

Shades of Amulet #7B9B6C

Tints of Amulet #7B9B6C

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 value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#7B9B6C (or 0x7B9B6C) is known color: 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

RGB 123 155 108 -
CMYK 0.21 0 0.30 0.39
HSL 100.85º 0.19% 0.52% -
HSV(B) 100.85º 0.3% 0.61% -
XYZ 22.6 28.74 18.54 -
YUV 140.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 123 155 108 0.21 0 0.30 0.39 100.85 0.19 0.52
Hex 7B 9B 6C 15 0 1E 27 65 13 34
Octal 173 233 154 25 0 36 47 145 23 64
Binary 1111011 10011011 1101100 10101 0 11110 100111 1100101 10011 110100

Color Harmonies of #7B9B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9B6C

Black with #7B9B6C

Text Example


Text Example

White with #7B9B6C

Text Example


Text Example

HTML Codes & Css Web 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>