Html Css Color HEX #76B26E Amulet

📋 copy color: '#76B26E'

red 118 ◦ green 178 ◦ blue 110

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

Shades of Amulet #76B26E

Tints of Amulet #76B26E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.09%

R = 29.06%
G = 43.84%
B = 27.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#76B26E (or 0x76B26E) is known color: Amulet. HEX triplet: 76, B2 and 6E. RGB value is (118,178,110). Sum of RGB (Red+Green+Blue) = 118+178+110=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 178 - color contains mainly: green. Hex color #76B26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B26E is #894D91. Grayscale: #989898. Windows color (decimal): -8998290 or 7254646. OLE color: 7254646.

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

Color convert

RGB 118 178 110 -
CMYK 0.34 0 0.38 0.30
HSL 112.94º 0.31% 0.56% -
HSV(B) 112.94º 0.38% 0.7% -
XYZ 26.21 36.82 20.48 -
YUV 152.31 104.12 103.53 -
System Red Green Blue C M Y K H S L
Decimal 118 178 110 0.34 0 0.38 0.30 112.94 0.31 0.56
Hex 76 B2 6E 22 0 26 1E 71 1F 38
Octal 166 262 156 42 0 46 36 161 37 70
Binary 1110110 10110010 1101110 100010 0 100110 11110 1110001 11111 111000

Color Harmonies of #76B26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B26E

Black with #76B26E

Text Example


Text Example

White with #76B26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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