Html Css Color HEX #88B079 Amulet

📋 copy color: '#88B079'

red 136 ◦ green 176 ◦ blue 121

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

Shades of Amulet #88B079

Tints of Amulet #88B079

RGB

 RED value IS 136 (53.52% from 255) = 31.41%

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

 BLUE value IS 121 (47.66% from 255) = 27.94%

R = 31.41%
G = 40.65%
B = 27.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#88B079 (or 0x88B079) is known color: Amulet. HEX triplet: 88, B0 and 79. RGB value is (136,176,121). Sum of RGB (Red+Green+Blue) = 136+176+121=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #88B079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B079 is #774F86. Grayscale: #9D9D9D. Windows color (decimal): -7819143 or 7975048. OLE color: 7975048.

HSL color Cylindrical-coordinate representation of color #88B079: hue angle of 103.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88B079 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 176 121 -
CMYK 0.23 0 0.31 0.31
HSL 103.64º 0.26% 0.58% -
HSV(B) 103.64º 0.31% 0.69% -
XYZ 29.13 37.67 23.82 -
YUV 157.77 107.25 112.47 -
System Red Green Blue C M Y K H S L
Decimal 136 176 121 0.23 0 0.31 0.31 103.64 0.26 0.58
Hex 88 B0 79 17 0 1F 1F 68 1A 3A
Octal 210 260 171 27 0 37 37 150 32 72
Binary 10001000 10110000 1111001 10111 0 11111 11111 1101000 11010 111010

Color Harmonies of #88B079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B079

Black with #88B079

Text Example


Text Example

White with #88B079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88B079; }

 p { color: rgb(136,176,121); }

 H1.HeaderClassName
 {
   color: #88B079;
 }
 .AnyTagClassName
 {
   color: #88B079;
 }
</style>

background-color css

<style>
 a { background-color: #88B079; }

 a { background-color: rgb(136,176,121); }

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

border-color css

<style>
 span { border-color: #88B079; }

 span { border-color: rgb(136,176,121); }

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