Html Css Color HEX #76AF67 Amulet

📋 copy color: '#76AF67'

red 118 ◦ green 175 ◦ blue 103

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

Shades of Amulet #76AF67

Tints of Amulet #76AF67

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.19%

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

R = 29.8%
G = 44.19%
B = 26.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#76AF67 (or 0x76AF67) is known color: Amulet. HEX triplet: 76, AF and 67. RGB value is (118,175,103). Sum of RGB (Red+Green+Blue) = 118+175+103=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF67 is #895098. Grayscale: #959595. Windows color (decimal): -8999065 or 6795126. OLE color: 6795126.

HSL color Cylindrical-coordinate representation of color #76AF67: hue angle of 107.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76AF67 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 175 103 -
CMYK 0.33 0 0.41 0.31
HSL 107.5º 0.31% 0.55% -
HSV(B) 107.5º 0.41% 0.69% -
XYZ 25.25 35.49 18.35 -
YUV 149.75 101.62 105.35 -
System Red Green Blue C M Y K H S L
Decimal 118 175 103 0.33 0 0.41 0.31 107.5 0.31 0.55
Hex 76 AF 67 21 0 29 1F 6C 1F 37
Octal 166 257 147 41 0 51 37 154 37 67
Binary 1110110 10101111 1100111 100001 0 101001 11111 1101100 11111 110111

Color Harmonies of #76AF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AF67

Black with #76AF67

Text Example


Text Example

White with #76AF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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