Html Css Color HEX #76A165 Amulet

📋 copy color: '#76A165'

red 118 ◦ green 161 ◦ blue 101

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

Shades of Amulet #76A165

Tints of Amulet #76A165

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.37%

 BLUE value IS 101 (39.84% from 255) = 26.58%

R = 31.05%
G = 42.37%
B = 26.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#76A165 (or 0x76A165) is known color: Amulet. HEX triplet: 76, A1 and 65. RGB value is (118,161,101). Sum of RGB (Red+Green+Blue) = 118+161+101=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #76A165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A165 is #895E9A. Grayscale: #8D8D8D. Windows color (decimal): -9002651 or 6660470. OLE color: 6660470.

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

Color convert

RGB 118 161 101 -
CMYK 0.27 0 0.37 0.37
HSL 103º 0.24% 0.51% -
HSV(B) 103º 0.37% 0.63% -
XYZ 22.57 30.28 16.97 -
YUV 141.3 105.25 111.38 -
System Red Green Blue C M Y K H S L
Decimal 118 161 101 0.27 0 0.37 0.37 103 0.24 0.51
Hex 76 A1 65 1B 0 25 25 67 18 33
Octal 166 241 145 33 0 45 45 147 30 63
Binary 1110110 10100001 1100101 11011 0 100101 100101 1100111 11000 110011

Color Harmonies of #76A165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A165

Black with #76A165

Text Example


Text Example

White with #76A165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,161,101); }

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

background-color css

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

 a { background-color: rgb(118,161,101); }

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

border-color css

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

 span { border-color: rgb(118,161,101); }

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