Html Css Color HEX #71AF67 Amulet

📋 copy color: '#71AF67'

red 113 ◦ green 175 ◦ blue 103

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

Shades of Amulet #71AF67

Tints of Amulet #71AF67

RGB

 RED value IS 113 (44.53% from 255) = 28.9%

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

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

R = 28.9%
G = 44.76%
B = 26.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#71AF67 (or 0x71AF67) is known color: Amulet. HEX triplet: 71, AF and 67. RGB value is (113,175,103). Sum of RGB (Red+Green+Blue) = 113+175+103=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF67 is #8E5098. Grayscale: #949494. Windows color (decimal): -9326745 or 6795121. OLE color: 6795121.

HSL color Cylindrical-coordinate representation of color #71AF67: hue angle of 111.67º 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 #71AF67 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 175 103 -
CMYK 0.35 0 0.41 0.31
HSL 111.67º 0.31% 0.55% -
HSV(B) 111.67º 0.41% 0.69% -
XYZ 24.59 35.15 18.32 -
YUV 148.25 102.46 102.85 -
System Red Green Blue C M Y K H S L
Decimal 113 175 103 0.35 0 0.41 0.31 111.67 0.31 0.55
Hex 71 AF 67 23 0 29 1F 70 1F 37
Octal 161 257 147 43 0 51 37 160 37 67
Binary 1110001 10101111 1100111 100011 0 101001 11111 1110000 11111 110111

Color Harmonies of #71AF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AF67

Black with #71AF67

Text Example


Text Example

White with #71AF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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