Html Css Color HEX #76A369 Amulet

📋 copy color: '#76A369'

red 118 ◦ green 163 ◦ blue 105

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

Shades of Amulet #76A369

Tints of Amulet #76A369

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.23%

 BLUE value IS 105 (41.41% from 255) = 27.2%

R = 30.57%
G = 42.23%
B = 27.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#76A369 (or 0x76A369) is known color: Amulet. HEX triplet: 76, A3 and 69. RGB value is (118,163,105). Sum of RGB (Red+Green+Blue) = 118+163+105=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #76A369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A369 is #895C96. Grayscale: #8F8F8F. Windows color (decimal): -9002135 or 6923126. OLE color: 6923126.

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

Color convert

RGB 118 163 105 -
CMYK 0.28 0 0.36 0.36
HSL 106.55º 0.24% 0.53% -
HSV(B) 106.55º 0.36% 0.64% -
XYZ 23.12 31.07 18.14 -
YUV 142.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 118 163 105 0.28 0 0.36 0.36 106.55 0.24 0.53
Hex 76 A3 69 1C 0 24 24 6B 18 35
Octal 166 243 151 34 0 44 44 153 30 65
Binary 1110110 10100011 1101001 11100 0 100100 100100 1101011 11000 110101

Color Harmonies of #76A369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A369

Black with #76A369

Text Example


Text Example

White with #76A369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,163,105); }

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

background-color css

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

 a { background-color: rgb(118,163,105); }

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

border-color css

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

 span { border-color: rgb(118,163,105); }

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