Html Css Color HEX #7BAF6D Amulet

📋 copy color: '#7BAF6D'

red 123 ◦ green 175 ◦ blue 109

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

Shades of Amulet #7BAF6D

Tints of Amulet #7BAF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.78%

R = 30.22%
G = 43%
B = 26.78%

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

#7BAF6D (or 0x7BAF6D) is known color: Amulet. HEX triplet: 7B, AF and 6D. RGB value is (123,175,109). Sum of RGB (Red+Green+Blue) = 123+175+109=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF6D is #845092. Grayscale: #989898. Windows color (decimal): -8671379 or 7188347. OLE color: 7188347.

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

Color convert

RGB 123 175 109 -
CMYK 0.30 0 0.38 0.31
HSL 107.27º 0.29% 0.56% -
HSV(B) 107.27º 0.38% 0.69% -
XYZ 26.26 35.98 20.03 -
YUV 151.93 103.77 107.37 -
System Red Green Blue C M Y K H S L
Decimal 123 175 109 0.30 0 0.38 0.31 107.27 0.29 0.56
Hex 7B AF 6D 1E 0 26 1F 6B 1D 38
Octal 173 257 155 36 0 46 37 153 35 70
Binary 1111011 10101111 1101101 11110 0 100110 11111 1101011 11101 111000

Color Harmonies of #7BAF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAF6D

Black with #7BAF6D

Text Example


Text Example

White with #7BAF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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