Html Css Color HEX #7BA170 Amulet

📋 copy color: '#7BA170'

red 123 ◦ green 161 ◦ blue 112

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

Shades of Amulet #7BA170

Tints of Amulet #7BA170

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.66%

 BLUE value IS 112 (44.14% from 255) = 28.28%

R = 31.06%
G = 40.66%
B = 28.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#7BA170 (or 0x7BA170) is known color: Amulet. HEX triplet: 7B, A1 and 70. RGB value is (123,161,112). Sum of RGB (Red+Green+Blue) = 123+161+112=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA170 is #845E8F. Grayscale: #909090. Windows color (decimal): -8674960 or 7381371. OLE color: 7381371.

HSL color Cylindrical-coordinate representation of color #7BA170: hue angle of 106.53º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BA170 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 123 161 112 -
CMYK 0.24 0 0.30 0.37
HSL 106.53º 0.21% 0.54% -
HSV(B) 106.53º 0.3% 0.63% -
XYZ 23.84 30.87 20.03 -
YUV 144.05 109.91 112.98 -
System Red Green Blue C M Y K H S L
Decimal 123 161 112 0.24 0 0.30 0.37 106.53 0.21 0.54
Hex 7B A1 70 18 0 1E 25 6B 15 36
Octal 173 241 160 30 0 36 45 153 25 66
Binary 1111011 10100001 1110000 11000 0 11110 100101 1101011 10101 110110

Color Harmonies of #7BA170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA170

Black with #7BA170

Text Example


Text Example

White with #7BA170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,161,112); }

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

background-color css

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

 a { background-color: rgb(123,161,112); }

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

border-color css

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

 span { border-color: rgb(123,161,112); }

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