#8CB177

Color #8CB177 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8CB177

Tints of Olivine #8CB177

Color information

#8CB177 (or 0x8CB177) is unknown color: approx Olivine. HEX triplet: 8C, B1 and 77. RGB value is (140,177,119). Sum of RGB (Red+Green+Blue) = 140+177+119=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB177 is #734E88. Grayscale: #9F9F9F. Windows color (decimal): -7556745 or 7844236. OLE color: 7844236.

HSL color Cylindrical-coordinate representation of color #8CB177: hue angle of 98.28º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CB177 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB140177119-
CMYK0.2100.330.31
HSL98.28º27.1%58.04%-
HSV(B)98.28º32.77%69.41%-
XYZ29.8738.3523.28-
YUV159.33105.24114.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.11%
GREEN value IS 177 (69.53% from 255) = 40.60%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=32.11%
G=40.60%
B=27.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401771190.2100.330.3198.2827.158.04
Hex8CB177150211F621b3a
Octal21426116725041371423372
Binary1000110010110001111011110101010000111111110001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CB177; }

 p { color: rgb(140,177,119); }

 H1.HeaderClassName
 {
   color: #8CB177;
 }
 .AnyTagClassName
 {
   color: #8CB177;
 }
</style>
background-color css

<style>
 a { background-color: #8CB177; }

 a { background-color: rgb(140,177,119); }

 div.DivClassName
 {
   background-color: #8CB177;
 }
 .BgClassName
 {
   background-color: #8CB177;
 }
</style>
border-color css

<style>
 span { border-color: #8CB177; }

 span { border-color: rgb(140,177,119); }

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