Html Css Color HEX #7BAB6C Amulet

📋 copy color: '#7BAB6C'

red 123 ◦ green 171 ◦ blue 108

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

Shades of Amulet #7BAB6C

Tints of Amulet #7BAB6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.87%

R = 30.6%
G = 42.54%
B = 26.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#7BAB6C (or 0x7BAB6C) is known color: Amulet. HEX triplet: 7B, AB and 6C. RGB value is (123,171,108). Sum of RGB (Red+Green+Blue) = 123+171+108=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAB6C is #845493. Grayscale: #959595. Windows color (decimal): -8672404 or 7121787. OLE color: 7121787.

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

Color convert

RGB 123 171 108 -
CMYK 0.28 0 0.37 0.33
HSL 105.71º 0.27% 0.55% -
HSV(B) 105.71º 0.37% 0.67% -
XYZ 25.44 34.42 19.49 -
YUV 149.47 104.6 109.12 -
System Red Green Blue C M Y K H S L
Decimal 123 171 108 0.28 0 0.37 0.33 105.71 0.27 0.55
Hex 7B AB 6C 1C 0 25 21 6A 1B 37
Octal 173 253 154 34 0 45 41 152 33 67
Binary 1111011 10101011 1101100 11100 0 100101 100001 1101010 11011 110111

Color Harmonies of #7BAB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAB6C

Black with #7BAB6C

Text Example


Text Example

White with #7BAB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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