Html Css Color HEX #76B26D Amulet

📋 copy color: '#76B26D'

red 118 ◦ green 178 ◦ blue 109

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

Shades of Amulet #76B26D

Tints of Amulet #76B26D

RGB

 RED value IS 118 (46.48% from 255) = 29.14%

 GREEN value IS 178 (69.92% from 255) = 43.95%

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

R = 29.14%
G = 43.95%
B = 26.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#76B26D (or 0x76B26D) is known color: Amulet. HEX triplet: 76, B2 and 6D. RGB value is (118,178,109). Sum of RGB (Red+Green+Blue) = 118+178+109=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #76B26D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B26D is #894D92. Grayscale: #989898. Windows color (decimal): -8998291 or 7189110. OLE color: 7189110.

HSL color Cylindrical-coordinate representation of color #76B26D: hue angle of 112.17º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76B26D is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 178 109 -
CMYK 0.34 0 0.39 0.30
HSL 112.17º 0.31% 0.56% -
HSV(B) 112.17º 0.39% 0.7% -
XYZ 26.15 36.8 20.19 -
YUV 152.19 103.62 103.61 -
System Red Green Blue C M Y K H S L
Decimal 118 178 109 0.34 0 0.39 0.30 112.17 0.31 0.56
Hex 76 B2 6D 22 0 27 1E 70 1F 38
Octal 166 262 155 42 0 47 36 160 37 70
Binary 1110110 10110010 1101101 100010 0 100111 11110 1110000 11111 111000

Color Harmonies of #76B26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B26D

Black with #76B26D

Text Example


Text Example

White with #76B26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76B26D; }

 p { color: rgb(118,178,109); }

 H1.HeaderClassName
 {
   color: #76B26D;
 }
 .AnyTagClassName
 {
   color: #76B26D;
 }
</style>

background-color css

<style>
 a { background-color: #76B26D; }

 a { background-color: rgb(118,178,109); }

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

border-color css

<style>
 span { border-color: #76B26D; }

 span { border-color: rgb(118,178,109); }

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