Html Css Color HEX #88AF6E Amulet

📋 copy color: '#88AF6E'

red 136 ◦ green 175 ◦ blue 110

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

Shades of Amulet #88AF6E

Tints of Amulet #88AF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.13%

R = 32.3%
G = 41.57%
B = 26.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#88AF6E (or 0x88AF6E) is known color: Amulet. HEX triplet: 88, AF and 6E. RGB value is (136,175,110). Sum of RGB (Red+Green+Blue) = 136+175+110=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AF6E is #775091. Grayscale: #9C9C9C. Windows color (decimal): -7819410 or 7253896. OLE color: 7253896.

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

Color convert

RGB 136 175 110 -
CMYK 0.22 0 0.37 0.31
HSL 96º 0.29% 0.56% -
HSV(B) 96º 0.37% 0.69% -
XYZ 28.3 37.02 20.41 -
YUV 155.93 102.08 113.79 -
System Red Green Blue C M Y K H S L
Decimal 136 175 110 0.22 0 0.37 0.31 96 0.29 0.56
Hex 88 AF 6E 16 0 25 1F 60 1D 38
Octal 210 257 156 26 0 45 37 140 35 70
Binary 10001000 10101111 1101110 10110 0 100101 11111 1100000 11101 111000

Color Harmonies of #88AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AF6E

Black with #88AF6E

Text Example


Text Example

White with #88AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,175,110); }

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

background-color css

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

 a { background-color: rgb(136,175,110); }

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

border-color css

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

 span { border-color: rgb(136,175,110); }

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