Html Css Color HEX #76A268 Amulet

📋 copy color: '#76A268'

red 118 ◦ green 162 ◦ blue 104

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

Shades of Amulet #76A268

Tints of Amulet #76A268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.08%

R = 30.73%
G = 42.19%
B = 27.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#76A268 (or 0x76A268) is known color: Amulet. HEX triplet: 76, A2 and 68. RGB value is (118,162,104). Sum of RGB (Red+Green+Blue) = 118+162+104=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #76A268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A268 is #895D97. Grayscale: #8E8E8E. Windows color (decimal): -9002392 or 6857334. OLE color: 6857334.

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

Color convert

RGB 118 162 104 -
CMYK 0.27 0 0.36 0.36
HSL 105.52º 0.24% 0.52% -
HSV(B) 105.52º 0.36% 0.64% -
XYZ 22.89 30.69 17.81 -
YUV 142.23 106.42 110.72 -
System Red Green Blue C M Y K H S L
Decimal 118 162 104 0.27 0 0.36 0.36 105.52 0.24 0.52
Hex 76 A2 68 1B 0 24 24 6A 18 34
Octal 166 242 150 33 0 44 44 152 30 64
Binary 1110110 10100010 1101000 11011 0 100100 100100 1101010 11000 110100

Color Harmonies of #76A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A268

Black with #76A268

Text Example


Text Example

White with #76A268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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