Html Css Color HEX #76A867 Amulet

📋 copy color: '#76A867'

red 118 ◦ green 168 ◦ blue 103

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

Shades of Amulet #76A867

Tints of Amulet #76A867

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.19%

 BLUE value IS 103 (40.63% from 255) = 26.48%

R = 30.33%
G = 43.19%
B = 26.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#76A867 (or 0x76A867) is known color: Amulet. HEX triplet: 76, A8 and 67. RGB value is (118,168,103). Sum of RGB (Red+Green+Blue) = 118+168+103=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 168 - color contains mainly: green. Hex color #76A867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A867 is #895798. Grayscale: #919191. Windows color (decimal): -9000857 or 6793334. OLE color: 6793334.

HSL color Cylindrical-coordinate representation of color #76A867: hue angle of 106.15º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76A867 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 168 103 -
CMYK 0.30 0 0.39 0.34
HSL 106.15º 0.27% 0.53% -
HSV(B) 106.15º 0.39% 0.66% -
XYZ 23.92 32.84 17.91 -
YUV 145.64 103.94 108.29 -
System Red Green Blue C M Y K H S L
Decimal 118 168 103 0.30 0 0.39 0.34 106.15 0.27 0.53
Hex 76 A8 67 1E 0 27 22 6A 1B 35
Octal 166 250 147 36 0 47 42 152 33 65
Binary 1110110 10101000 1100111 11110 0 100111 100010 1101010 11011 110101

Color Harmonies of #76A867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A867

Black with #76A867

Text Example


Text Example

White with #76A867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,168,103); }

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

background-color css

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

 a { background-color: rgb(118,168,103); }

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

border-color css

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

 span { border-color: rgb(118,168,103); }

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