Html Css Color HEX #76A26A Amulet

📋 copy color: '#76A26A'

red 118 ◦ green 162 ◦ blue 106

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

Shades of Amulet #76A26A

Tints of Amulet #76A26A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.97%

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

R = 30.57%
G = 41.97%
B = 27.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#76A26A (or 0x76A26A) is known color: Amulet. HEX triplet: 76, A2 and 6A. RGB value is (118,162,106). Sum of RGB (Red+Green+Blue) = 118+162+106=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #76A26A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A26A is #895D95. Grayscale: #8E8E8E. Windows color (decimal): -9002390 or 6988406. OLE color: 6988406.

HSL color Cylindrical-coordinate representation of color #76A26A: hue angle of 107.14º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76A26A is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 162 106 -
CMYK 0.27 0 0.35 0.36
HSL 107.14º 0.23% 0.53% -
HSV(B) 107.14º 0.35% 0.64% -
XYZ 22.99 30.73 18.36 -
YUV 142.46 107.42 110.55 -
System Red Green Blue C M Y K H S L
Decimal 118 162 106 0.27 0 0.35 0.36 107.14 0.23 0.53
Hex 76 A2 6A 1B 0 23 24 6B 17 35
Octal 166 242 152 33 0 43 44 153 27 65
Binary 1110110 10100010 1101010 11011 0 100011 100100 1101011 10111 110101

Color Harmonies of #76A26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A26A

Black with #76A26A

Text Example


Text Example

White with #76A26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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