Html Css Color HEX #88B075 Amulet

📋 copy color: '#88B075'

red 136 ◦ green 176 ◦ blue 117

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

Shades of Amulet #88B075

Tints of Amulet #88B075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.27%

R = 31.7%
G = 41.03%
B = 27.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#88B075 (or 0x88B075) is known color: Amulet. HEX triplet: 88, B0 and 75. RGB value is (136,176,117). Sum of RGB (Red+Green+Blue) = 136+176+117=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #88B075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B075 is #774F8A. Grayscale: #9D9D9D. Windows color (decimal): -7819147 or 7712904. OLE color: 7712904.

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

Color convert

RGB 136 176 117 -
CMYK 0.23 0 0.34 0.31
HSL 100.68º 0.27% 0.57% -
HSV(B) 100.68º 0.34% 0.69% -
XYZ 28.89 37.57 22.56 -
YUV 157.31 105.25 112.8 -
System Red Green Blue C M Y K H S L
Decimal 136 176 117 0.23 0 0.34 0.31 100.68 0.27 0.57
Hex 88 B0 75 17 0 22 1F 65 1B 39
Octal 210 260 165 27 0 42 37 145 33 71
Binary 10001000 10110000 1110101 10111 0 100010 11111 1100101 11011 111001

Color Harmonies of #88B075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B075

Black with #88B075

Text Example


Text Example

White with #88B075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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