Html Css Color HEX #7BAA75 Amulet

📋 copy color: '#7BAA75'

red 123 ◦ green 170 ◦ blue 117

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

Shades of Amulet #7BAA75

Tints of Amulet #7BAA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 30%
G = 41.46%
B = 28.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#7BAA75 (or 0x7BAA75) is known color: Amulet. HEX triplet: 7B, AA and 75. RGB value is (123,170,117). Sum of RGB (Red+Green+Blue) = 123+170+117=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAA75 is #84558A. Grayscale: #969696. Windows color (decimal): -8672651 or 7711355. OLE color: 7711355.

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

Color convert

RGB 123 170 117 -
CMYK 0.28 0 0.31 0.33
HSL 113.21º 0.24% 0.56% -
HSV(B) 113.21º 0.31% 0.67% -
XYZ 25.75 34.24 22.08 -
YUV 149.91 109.43 108.81 -
System Red Green Blue C M Y K H S L
Decimal 123 170 117 0.28 0 0.31 0.33 113.21 0.24 0.56
Hex 7B AA 75 1C 0 1F 21 71 18 38
Octal 173 252 165 34 0 37 41 161 30 70
Binary 1111011 10101010 1110101 11100 0 11111 100001 1110001 11000 111000

Color Harmonies of #7BAA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAA75

Black with #7BAA75

Text Example


Text Example

White with #7BAA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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