Html Css Color HEX #7BAD6C Amulet

📋 copy color: '#7BAD6C'

red 123 ◦ green 173 ◦ blue 108

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

Shades of Amulet #7BAD6C

Tints of Amulet #7BAD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.82%

 BLUE value IS 108 (42.58% from 255) = 26.73%

R = 30.45%
G = 42.82%
B = 26.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#7BAD6C (or 0x7BAD6C) is known color: Amulet. HEX triplet: 7B, AD and 6C. RGB value is (123,173,108). Sum of RGB (Red+Green+Blue) = 123+173+108=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAD6C is #845293. Grayscale: #969696. Windows color (decimal): -8671892 or 7122299. OLE color: 7122299.

HSL color Cylindrical-coordinate representation of color #7BAD6C: hue angle of 106.15º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BAD6C is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 173 108 -
CMYK 0.29 0 0.38 0.32
HSL 106.15º 0.28% 0.55% -
HSV(B) 106.15º 0.38% 0.68% -
XYZ 25.82 35.18 19.62 -
YUV 150.64 103.94 108.29 -
System Red Green Blue C M Y K H S L
Decimal 123 173 108 0.29 0 0.38 0.32 106.15 0.28 0.55
Hex 7B AD 6C 1D 0 26 20 6A 1C 37
Octal 173 255 154 35 0 46 40 152 34 67
Binary 1111011 10101101 1101100 11101 0 100110 100000 1101010 11100 110111

Color Harmonies of #7BAD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAD6C

Black with #7BAD6C

Text Example


Text Example

White with #7BAD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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