Html Css Color HEX #7BAB66 Amulet

📋 copy color: '#7BAB66'

red 123 ◦ green 171 ◦ blue 102

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

Shades of Amulet #7BAB66

Tints of Amulet #7BAB66

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.18%

 BLUE value IS 102 (40.23% from 255) = 25.76%

R = 31.06%
G = 43.18%
B = 25.76%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#7BAB66 (or 0x7BAB66) is known color: Amulet. HEX triplet: 7B, AB and 66. RGB value is (123,171,102). Sum of RGB (Red+Green+Blue) = 123+171+102=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAB66 is #845499. Grayscale: #959595. Windows color (decimal): -8672410 or 6728571. OLE color: 6728571.

HSL color Cylindrical-coordinate representation of color #7BAB66: hue angle of 101.74º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BAB66 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 171 102 -
CMYK 0.28 0 0.40 0.33
HSL 101.74º 0.29% 0.54% -
HSV(B) 101.74º 0.4% 0.67% -
XYZ 25.13 34.3 17.87 -
YUV 148.78 101.6 109.61 -
System Red Green Blue C M Y K H S L
Decimal 123 171 102 0.28 0 0.40 0.33 101.74 0.29 0.54
Hex 7B AB 66 1C 0 28 21 66 1D 36
Octal 173 253 146 34 0 50 41 146 35 66
Binary 1111011 10101011 1100110 11100 0 101000 100001 1100110 11101 110110

Color Harmonies of #7BAB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAB66

Black with #7BAB66

Text Example


Text Example

White with #7BAB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,171,102); }

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

background-color css

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

 a { background-color: rgb(123,171,102); }

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

border-color css

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

 span { border-color: rgb(123,171,102); }

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