Html Css Color HEX #7BAA6D Amulet

📋 copy color: '#7BAA6D'

red 123 ◦ green 170 ◦ blue 109

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

Shades of Amulet #7BAA6D

Tints of Amulet #7BAA6D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.29%

 BLUE value IS 109 (42.97% from 255) = 27.11%

R = 30.6%
G = 42.29%
B = 27.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#7BAA6D (or 0x7BAA6D) is known color: Amulet. HEX triplet: 7B, AA and 6D. RGB value is (123,170,109). Sum of RGB (Red+Green+Blue) = 123+170+109=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAA6D is #845592. Grayscale: #959595. Windows color (decimal): -8672659 or 7187067. OLE color: 7187067.

HSL color Cylindrical-coordinate representation of color #7BAA6D: hue angle of 106.23º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BAA6D is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 170 109 -
CMYK 0.28 0 0.36 0.33
HSL 106.23º 0.26% 0.55% -
HSV(B) 106.23º 0.36% 0.67% -
XYZ 25.3 34.06 19.71 -
YUV 148.99 105.43 109.46 -
System Red Green Blue C M Y K H S L
Decimal 123 170 109 0.28 0 0.36 0.33 106.23 0.26 0.55
Hex 7B AA 6D 1C 0 24 21 6A 1A 37
Octal 173 252 155 34 0 44 41 152 32 67
Binary 1111011 10101010 1101101 11100 0 100100 100001 1101010 11010 110111

Color Harmonies of #7BAA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAA6D

Black with #7BAA6D

Text Example


Text Example

White with #7BAA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,170,109); }

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

background-color css

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

 a { background-color: rgb(123,170,109); }

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

border-color css

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

 span { border-color: rgb(123,170,109); }

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