Html Css Color HEX #81B070 Amulet

📋 copy color: '#81B070'

red 129 ◦ green 176 ◦ blue 112

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

Shades of Amulet #81B070

Tints of Amulet #81B070

RGB

 RED value IS 129 (50.78% from 255) = 30.94%

 GREEN value IS 176 (69.14% from 255) = 42.21%

 BLUE value IS 112 (44.14% from 255) = 26.86%

R = 30.94%
G = 42.21%
B = 26.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#81B070 (or 0x81B070) is known color: Amulet. HEX triplet: 81, B0 and 70. RGB value is (129,176,112). Sum of RGB (Red+Green+Blue) = 129+176+112=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #81B070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B070 is #7E4F8F. Grayscale: #9A9A9A. Windows color (decimal): -8277904 or 7385217. OLE color: 7385217.

HSL color Cylindrical-coordinate representation of color #81B070: hue angle of 104.06º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81B070 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 176 112 -
CMYK 0.27 0 0.36 0.31
HSL 104.06º 0.29% 0.56% -
HSV(B) 104.06º 0.36% 0.69% -
XYZ 27.5 36.89 21 -
YUV 154.65 103.93 109.7 -
System Red Green Blue C M Y K H S L
Decimal 129 176 112 0.27 0 0.36 0.31 104.06 0.29 0.56
Hex 81 B0 70 1B 0 24 1F 68 1D 38
Octal 201 260 160 33 0 44 37 150 35 70
Binary 10000001 10110000 1110000 11011 0 100100 11111 1101000 11101 111000

Color Harmonies of #81B070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B070

Black with #81B070

Text Example


Text Example

White with #81B070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81B070; }

 p { color: rgb(129,176,112); }

 H1.HeaderClassName
 {
   color: #81B070;
 }
 .AnyTagClassName
 {
   color: #81B070;
 }
</style>

background-color css

<style>
 a { background-color: #81B070; }

 a { background-color: rgb(129,176,112); }

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

border-color css

<style>
 span { border-color: #81B070; }

 span { border-color: rgb(129,176,112); }

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