Html Css Color HEX #7BAF6C Amulet

📋 copy color: '#7BAF6C'

red 123 ◦ green 175 ◦ blue 108

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

Shades of Amulet #7BAF6C

Tints of Amulet #7BAF6C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.1%

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

R = 30.3%
G = 43.1%
B = 26.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#7BAF6C (or 0x7BAF6C) is known color: Amulet. HEX triplet: 7B, AF and 6C. RGB value is (123,175,108). Sum of RGB (Red+Green+Blue) = 123+175+108=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF6C is #845093. Grayscale: #989898. Windows color (decimal): -8671380 or 7122811. OLE color: 7122811.

HSL color Cylindrical-coordinate representation of color #7BAF6C: hue angle of 106.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BAF6C is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 175 108 -
CMYK 0.30 0 0.38 0.31
HSL 106.57º 0.3% 0.55% -
HSV(B) 106.57º 0.38% 0.69% -
XYZ 26.21 35.95 19.75 -
YUV 151.81 103.27 107.45 -
System Red Green Blue C M Y K H S L
Decimal 123 175 108 0.30 0 0.38 0.31 106.57 0.3 0.55
Hex 7B AF 6C 1E 0 26 1F 6B 1E 37
Octal 173 257 154 36 0 46 37 153 36 67
Binary 1111011 10101111 1101100 11110 0 100110 11111 1101011 11110 110111

Color Harmonies of #7BAF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAF6C

Black with #7BAF6C

Text Example


Text Example

White with #7BAF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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