Html Css Color HEX #80B070 Amulet

📋 copy color: '#80B070'

red 128 ◦ green 176 ◦ blue 112

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

Shades of Amulet #80B070

Tints of Amulet #80B070

RGB

 RED value IS 128 (50.39% from 255) = 30.77%

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

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

R = 30.77%
G = 42.31%
B = 26.92%

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

#80B070 (or 0x80B070) is known color: Amulet. HEX triplet: 80, B0 and 70. RGB value is (128,176,112). Sum of RGB (Red+Green+Blue) = 128+176+112=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #80B070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B070 is #7F4F8F. Grayscale: #9A9A9A. Windows color (decimal): -8343440 or 7385216. OLE color: 7385216.

HSL color Cylindrical-coordinate representation of color #80B070: hue angle of 105º 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 #80B070 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 176 112 -
CMYK 0.27 0 0.36 0.31
HSL 105º 0.29% 0.56% -
HSV(B) 105º 0.36% 0.69% -
XYZ 27.35 36.81 20.99 -
YUV 154.35 104.1 109.2 -
System Red Green Blue C M Y K H S L
Decimal 128 176 112 0.27 0 0.36 0.31 105 0.29 0.56
Hex 80 B0 70 1B 0 24 1F 69 1D 38
Octal 200 260 160 33 0 44 37 151 35 70
Binary 10000000 10110000 1110000 11011 0 100100 11111 1101001 11101 111000

Color Harmonies of #80B070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B070

Black with #80B070

Text Example


Text Example

White with #80B070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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