Html Css Color HEX #7BA56C Amulet

📋 copy color: '#7BA56C'

red 123 ◦ green 165 ◦ blue 108

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

Shades of Amulet #7BA56C

Tints of Amulet #7BA56C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.67%

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

R = 31.06%
G = 41.67%
B = 27.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#7BA56C (or 0x7BA56C) is known color: Amulet. HEX triplet: 7B, A5 and 6C. RGB value is (123,165,108). Sum of RGB (Red+Green+Blue) = 123+165+108=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA56C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA56C is #845A93. Grayscale: #929292. Windows color (decimal): -8673940 or 7120251. OLE color: 7120251.

HSL color Cylindrical-coordinate representation of color #7BA56C: hue angle of 104.21º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BA56C is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 165 108 -
CMYK 0.25 0 0.35 0.35
HSL 104.21º 0.24% 0.54% -
HSV(B) 104.21º 0.35% 0.65% -
XYZ 24.33 32.2 19.12 -
YUV 145.94 106.59 111.63 -
System Red Green Blue C M Y K H S L
Decimal 123 165 108 0.25 0 0.35 0.35 104.21 0.24 0.54
Hex 7B A5 6C 19 0 23 23 68 18 36
Octal 173 245 154 31 0 43 43 150 30 66
Binary 1111011 10100101 1101100 11001 0 100011 100011 1101000 11000 110110

Color Harmonies of #7BA56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA56C

Black with #7BA56C

Text Example


Text Example

White with #7BA56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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