Html Css Color HEX #7BA670 Amulet

📋 copy color: '#7BA670'

red 123 ◦ green 166 ◦ blue 112

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

Shades of Amulet #7BA670

Tints of Amulet #7BA670

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.4%

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

R = 30.67%
G = 41.4%
B = 27.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#7BA670 (or 0x7BA670) is known color: Amulet. HEX triplet: 7B, A6 and 70. RGB value is (123,166,112). Sum of RGB (Red+Green+Blue) = 123+166+112=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA670 is #84598F. Grayscale: #939393. Windows color (decimal): -8673680 or 7382651. OLE color: 7382651.

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

Color convert

RGB 123 166 112 -
CMYK 0.26 0 0.33 0.35
HSL 107.78º 0.23% 0.55% -
HSV(B) 107.78º 0.33% 0.65% -
XYZ 24.73 32.65 20.33 -
YUV 146.99 108.25 110.89 -
System Red Green Blue C M Y K H S L
Decimal 123 166 112 0.26 0 0.33 0.35 107.78 0.23 0.55
Hex 7B A6 70 1A 0 21 23 6C 17 37
Octal 173 246 160 32 0 41 43 154 27 67
Binary 1111011 10100110 1110000 11010 0 100001 100011 1101100 10111 110111

Color Harmonies of #7BA670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA670

Black with #7BA670

Text Example


Text Example

White with #7BA670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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