Html Css Color HEX #71AB67 Amulet

📋 copy color: '#71AB67'

red 113 ◦ green 171 ◦ blue 103

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

Shades of Amulet #71AB67

Tints of Amulet #71AB67

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.19%

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

R = 29.2%
G = 44.19%
B = 26.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#71AB67 (or 0x71AB67) is known color: Amulet. HEX triplet: 71, AB and 67. RGB value is (113,171,103). Sum of RGB (Red+Green+Blue) = 113+171+103=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AB67 is #8E5498. Grayscale: #929292. Windows color (decimal): -9327769 or 6794097. OLE color: 6794097.

HSL color Cylindrical-coordinate representation of color #71AB67: hue angle of 111.18º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71AB67 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 171 103 -
CMYK 0.34 0 0.40 0.33
HSL 111.18º 0.29% 0.54% -
HSV(B) 111.18º 0.4% 0.67% -
XYZ 23.82 33.62 18.06 -
YUV 145.91 103.78 104.53 -
System Red Green Blue C M Y K H S L
Decimal 113 171 103 0.34 0 0.40 0.33 111.18 0.29 0.54
Hex 71 AB 67 22 0 28 21 6F 1D 36
Octal 161 253 147 42 0 50 41 157 35 66
Binary 1110001 10101011 1100111 100010 0 101000 100001 1101111 11101 110110

Color Harmonies of #71AB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB67

Black with #71AB67

Text Example


Text Example

White with #71AB67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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