Html Css Color HEX #76B36A Amulet

📋 copy color: '#76B36A'

red 118 ◦ green 179 ◦ blue 106

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

Shades of Amulet #76B36A

Tints of Amulet #76B36A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.42%

 BLUE value IS 106 (41.8% from 255) = 26.3%

R = 29.28%
G = 44.42%
B = 26.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#76B36A (or 0x76B36A) is known color: Amulet. HEX triplet: 76, B3 and 6A. RGB value is (118,179,106). Sum of RGB (Red+Green+Blue) = 118+179+106=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #76B36A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B36A is #894C95. Grayscale: #989898. Windows color (decimal): -8998038 or 6992758. OLE color: 6992758.

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

Color convert

RGB 118 179 106 -
CMYK 0.34 0 0.41 0.30
HSL 110.14º 0.32% 0.56% -
HSV(B) 110.14º 0.41% 0.7% -
XYZ 26.19 37.13 19.42 -
YUV 152.44 101.79 103.44 -
System Red Green Blue C M Y K H S L
Decimal 118 179 106 0.34 0 0.41 0.30 110.14 0.32 0.56
Hex 76 B3 6A 22 0 29 1E 6E 20 38
Octal 166 263 152 42 0 51 36 156 40 70
Binary 1110110 10110011 1101010 100010 0 101001 11110 1101110 100000 111000

Color Harmonies of #76B36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B36A

Black with #76B36A

Text Example


Text Example

White with #76B36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,179,106); }

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

background-color css

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

 a { background-color: rgb(118,179,106); }

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

border-color css

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

 span { border-color: rgb(118,179,106); }

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