#8CB179

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

Shades of Olivine #8CB179

Tints of Olivine #8CB179

Color information

#8CB179 (or 0x8CB179) is unknown color: approx Olivine. HEX triplet: 8C, B1 and 79. RGB value is (140,177,121). Sum of RGB (Red+Green+Blue) = 140+177+121=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB179 is #734E86. Grayscale: #9F9F9F. Windows color (decimal): -7556743 or 7975308. OLE color: 7975308.

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

Color convert

RGB140177121-
CMYK0.2100.320.31
HSL99.64º26.42%58.43%-
HSV(B)99.64º31.64%69.41%-
XYZ29.9938.423.92-
YUV159.55106.24114.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.96%
GREEN value IS 177 (69.53% from 255) = 40.41%
BLUE value IS 121 (47.66% from 255) = 27.63%
R=31.96%
G=40.41%
B=27.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401771210.2100.320.3199.6426.4258.43
Hex8CB179150201F641a3a
Octal21426117125040371443272
Binary1000110010110001111100110101010000011111110010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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