Html Css Color HEX #76A568 Amulet

📋 copy color: '#76A568'

red 118 ◦ green 165 ◦ blue 104

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

Shades of Amulet #76A568

Tints of Amulet #76A568

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.64%

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

R = 30.49%
G = 42.64%
B = 26.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#76A568 (or 0x76A568) is known color: Amulet. HEX triplet: 76, A5 and 68. RGB value is (118,165,104). Sum of RGB (Red+Green+Blue) = 118+165+104=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #76A568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A568 is #895A97. Grayscale: #909090. Windows color (decimal): -9001624 or 6858102. OLE color: 6858102.

HSL color Cylindrical-coordinate representation of color #76A568: hue angle of 106.23º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76A568 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 165 104 -
CMYK 0.28 0 0.37 0.35
HSL 106.23º 0.25% 0.53% -
HSV(B) 106.23º 0.37% 0.65% -
XYZ 23.43 31.76 17.99 -
YUV 143.99 105.43 109.46 -
System Red Green Blue C M Y K H S L
Decimal 118 165 104 0.28 0 0.37 0.35 106.23 0.25 0.53
Hex 76 A5 68 1C 0 25 23 6A 19 35
Octal 166 245 150 34 0 45 43 152 31 65
Binary 1110110 10100101 1101000 11100 0 100101 100011 1101010 11001 110101

Color Harmonies of #76A568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A568

Black with #76A568

Text Example


Text Example

White with #76A568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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